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 | 璧秉}璧秉{^ | 1110000011111000111000100101110001111101111000001111100011100010010111000111101101011110 | e0f8e25c7de0f8e25c7b5e |
EUC-JP | 璧秉}璧秉{^ | 1110000011111010111000111011110101111101111000001111101011100011101111010111101101011110 | e0fae3bd7de0fae3bd7b5e |
UTF-8 | 璧秉}璧秉{^ | 111001111001001010100111111001111010011110001001011111011110011110010010101001111110011110100111100010010111101101011110 | e792a7e7a7897de792a7e7a7897b5e |
UHC | 璧秉}璧秉{^ | 1101101111111101110111001011110001111101110110111111110111011100101111000111101101011110 | dbfddcbc7ddbfddcbc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)