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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??弔???B | 0011111100111111100100101010001000111111001111110011111101000010 | 3f3f92a23f3f3f42 |
EUC-JP | ?璜弔???B | 00111111100011111100110011011000110001001010010000111111001111110011111101000010 | 3f8fccd8c4a43f3f3f42 |
UTF-8 | 뤈璜弔첂븍렓B | 11101011101001001000100011100111100100101001110011100101101111001001010011101100101100101000001011101011101110001000110111101011101000001001001101000010 | eba488e7929ce5bc94ecb282ebb88deba09342 |
UHC | 뤈璜弔첂븍렓B | 10001111101110001111110011010100111100001100000010101010100011111011101011101011100011101010100001000010 | 8fb8fcd4f0c0aa8fbaeb8ea842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)