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 | ツ谷ツ淡ツ鉄 | 110000101001001001001010110000101001001001010111110000101001001101010011 | c2924ac29257c29353 |
EUC-JP | ツ谷ツ淡ツ鉄 | 100011101100001011000011101010111000111011000010110000111011100010001110110000101100010110110100 | 8ec2c3ab8ec2c3b88ec2c5b4 |
UTF-8 | ツ谷ツ淡ツ鉄 | 111011111011111010000010111010001011000010110111111011111011111010000010111001101011011110100001111011111011111010000010111010011000100110000100 | efbe82e8b0b7efbe82e6b7a1efbe82e98984 |
UHC | ?谷?淡?? | 0011111111001101110110110011111111010011101111110011111100111111 | 3fcddb3fd3bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)