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 | 幼?億 | 1001011101100011001111111000100110101101 | 97633f89ad |
EUC-JP | 幼?億 | 1100110111000100001111111011001010101111 | cdc43fb2af |
UTF-8 | 幼렯億 | 111001011011100110111100111010111010000010101111111001011000010010000100 | e5b9bceba0afe58484 |
UHC | 幼렯億 | 111010101110101010001110101111001110010111100010 | eaea8ebce5e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)