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 | 車鉦オ軸シ | 11110000110000011000111011010100100011111101111010110101100011101011001010111100 | f0c18ed48fdeb58eb2bc |
EUC-JP | ?車鉦オ軸シ | 0011111110111100110101101011111011100000100011101011010110111100101101001000111010111100 | 3fbcd6bee08eb5bcb48ebc |
UTF-8 | 車鉦オ軸シ | 111011101000001010000000111010001011101110001010111010011000100110100110111011111011110110110101111010001011101110111000111011111011110110111100 | ee8280e8bb8ae989a6efbdb5e8bbb8efbdbc |
UHC | ?車鉦?軸? | 001111111111001110110011111011111111101000111111111101011110111000111111 | 3ff3b3effa3ff5ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)