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 | ????H?? | 00111111001111110011111100111111010010000011111100111111 | 3f3f3f3f483f3f |
SJIS-WIN | ????H曺? | 0011111100111111001111110011111101001000111110101101111000111111 | 3f3f3f3f48fade3f |
EUC-JP | ????H曺? | 001111110011111100111111001111110100100010001111110000101110110100111111 | 3f3f3f3f488fc2ed3f |
UTF-8 | 렯롏렯렞H曺了 | 11101011101000001010111111101011101000011000111111101011101000001010111111101011101000001001111001001000111001101001101110111010111011111010011010111010 | eba0afeba18feba0afeba09e48e69bbaefa6ba |
UHC | 렯롏렯렞H曺了 | 10001110101111001000111011010101100011101011110010001110101011110100100011110000110001101110100011100111 | 8ebc8ed58ebc8eaf48f0c6e8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)