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 | 猷ロ?循?? | 100101110101000110000011100011010011111110001111011110100011111100111111 | 9751838d3f8f7a3f3f |
EUC-JP | 猷ロ?循?? | 110011011011001010100101111011010011111110111101110110110011111100111111 | cdb2a5ed3fbddb3f3f |
UTF-8 | 猷ロ쐛循⒱뾾 | 111001111000110010110111111000111000001110101101111011001001000010011011111001011011111010101010111000101001001010110001111010111011111010111110 | e78cb7e383adec909be5beaae292b1ebbebe |
UHC | 猷ロ쐛循⒱뾾 | 111010111010001110101011111011011001110010000001111000101110000010101001111000101001011110000110 | eba3abed9c81e2e0a9e29786 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)