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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?徐???? | 00111111100011111001100100111111001111110011111100111111 | 3f8f993f3f3f3f |
EUC-JP | ?徐???? | 00111111101111011111100100111111001111110011111100111111 | 3fbdf93f3f3f3f |
UTF-8 | 렭徐롆렞렡롒 | 111010111010000010101101111001011011111010010000111010111010000110000110111010111010000010011110111010111010000010100001111010111010000110010010 | eba0ade5be90eba186eba09eeba0a1eba192 |
UHC | 렭徐롆렞렡롒 | 100011101011101011011111111011111000111011001100100011101010111110001110101100101000111011010111 | 8ebadfef8ecc8eaf8eb28ed7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)