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 | ツ棚ツ淡ツ鉄 | 110000101001001001001001110000101001001001010111110000101001001101010011 | c29249c29257c29353 |
EUC-JP | ツ棚ツ淡ツ鉄 | 100011101100001011000011101010101000111011000010110000111011100010001110110000101100010110110100 | 8ec2c3aa8ec2c3b88ec2c5b4 |
UTF-8 | ツ棚ツ淡ツ鉄 | 111011111011111010000010111001101010001110011010111011111011111010000010111001101011011110100001111011111011111010000010111010011000100110000100 | efbe82e6a39aefbe82e6b7a1efbe82e98984 |
UHC | ?棚?淡?? | 0011111111011101110111000011111111010011101111110011111100111111 | 3fdddc3fd3bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)