To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | ?塘Y?塘bE | 001111111001001110000100010110010011111110010011100001000110001001000101 | 3f9384593f93846245 |
EUC-JP | ?塘Y?塘bE | 001111111100010111100100010110010011111111000101111001000110001001000101 | 3fc5e4593fc5e46245 |
UTF-8 | 렺塘Y렺塘bE | 111010111010000010111010111001011010000110011000010110011110101110100000101110101110010110100001100110000110001001000101 | eba0bae5a19859eba0bae5a1986245 |
UHC | 렺塘Y렺塘bE | 1000111011000010110100111101001001011001100011101100001011010011110100100110001001000101 | 8ec2d3d2598ec2d3d26245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)