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?? | 00111111001111110011111100111111010000100011111100111111 | 3f3f3f3f423f3f |
SJIS-WIN | ????B?? | 00111111001111110011111100111111010000100011111100111111 | 3f3f3f3f423f3f |
EUC-JP | ????B?? | 00111111001111110011111100111111010000100011111100111111 | 3f3f3f3f423f3f |
UTF-8 | 혦횏혦횑B챵횁 | 11101101100110001010011011101101100110101000111111101101100110001010011011101101100110101001000101000010111011001011000110110101111011011001101010000001 | ed98a6ed9a8fed98a6ed9a9142ecb1b5ed9a81 |
UHC | 혦횏혦횑B챵횁 | 11000010100011101100001110001011110000101000111011000011100011000100001011000011101100101100001110000001 | c28ec38bc28ec38c42c3b2c381 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)