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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 痂隕痞艪 | 1110000101101111111010001010011011100001011111001110010010000010 | e16fe8a6e17ce482 |
EUC-JP | 痂隕痞艪 | 1110000111010000111100001010100011100001110111011110011111100010 | e1d0f0a8e1dde7e2 |
UTF-8 | 痂隕痞艪 | 111001111001011110000010111010011001101010010101111001111001011110011110111010001000100110101010 | e79782e99a95e7979ee889aa |
UHC | 痂隕?? | 110010101011001011101010101000100011111100111111 | cab2eaa23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)