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 | ?忽??幽? | 0011111110001101100110100011111100111111100101110100100000111111 | 3f8d9a3f3f97483f |
EUC-JP | ?忽??幽? | 0011111110111001111110100011111100111111110011011010100100111111 | 3fb9fa3f3fcda93f |
UTF-8 | 뤚忽집렧幽섄 | 111010111010010010011010111001011011111110111101111011001010011110010001111010111010000010100111111001011011100110111101111011001000010010000100 | eba49ae5bfbdeca791eba0a7e5b9bdec8484 |
UHC | 뤚忽집렧幽섄 | 100011111100100111111011111011001100000111111101100011101011011011101010111010111011110010101001 | 8fc9fbecc1fd8eb6eaebbca9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)