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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 冶⑤?揖ゅ? | 10010110111010001000011101000100001111111001011101001011100000101110001100111111 | 96e887443f974b82e33f |
EUC-JP | 冶??揖ゅ? | 110011001110101000111111001111111100110110101100101001001110010100111111 | ccea3f3fcdaca4e53f |
UTF-8 | 冶⑤슦揖ゅ㎤ | 111001011000011010110110111000101001000110100100111011001000101010100110111001101000111110010110111000111000001010000101111000111000111010100100 | e586b6e291a4ec8aa6e68f96e38285e38ea4 |
UHC | 冶⑤슦揖ゅ㎤ | 111001011010011110101000111010111001101010110000111010111110011110101010111001011010011110101000 | e5a7a8eb9ab0ebe7aae5a7a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)