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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 寘疾岦 | 111110101010100110001110101111101111101010101100 | faa98ebefaac |
EUC-JP | 寘疾岦 | 1000111110111010111000011011110011000000100011111011101110110011 | 8fbae1bcc08fbbb3 |
UTF-8 | 寘疾岦 | 111001011010111110011000111001111001011010111110111001011011001010100110 | e5af98e796bee5b2a6 |
UHC | ?疾? | 00111111111100101111000000111111 | 3ff2f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)