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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?蔘}?蔘{^ | 001111111110010011110011011111010011111111100100111100110111101101011110 | 3fe4f37d3fe4f37b5e |
EUC-JP | ?蔘}?蔘{^ | 001111111110100011110101011111010011111111101000111101010111101101011110 | 3fe8f57d3fe8f57b5e |
UTF-8 | 닡蔘}닡蔘{^ | 111010111000101110100001111010001001010010011000011111011110101110001011101000011110100010010100100110000111101101011110 | eb8ba1e894987deb8ba1e894987b5e |
UHC | 닡蔘}닡蔘{^ | 1000100010100001110111111011100001111101100010001010000111011111101110000111101101011110 | 88a1dfb87d88a1dfb87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)