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 | 遮識蔀鬟 | 1000111011010101100011101010111110001110110000011110100110100011 | 8ed58eaf8ec1e9a3 |
EUC-JP | 遮識蔀鬟 | 1011110011010111101111001011000110111100110000111111001010100101 | bcd7bcb1bcc3f2a5 |
UTF-8 | 遮識蔀鬟 | 111010011000000110101110111010001010110110011000111010001001010010000000111010011010110010011111 | e981aee8ad98e89480e9ac9f |
UHC | 遮識?? | 111100111011010011100011110110110011111100111111 | f3b4e3db3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)