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 | シ・タヌ | 1111001010111110101111001111000110001110101001011100000011000111 | f2bebcf18ea5c0c7 |
EUC-JP | ?シ?・タヌ | 00111111100011101011110000111111100011101010010110001110110000001000111011000111 | 3f8ebc3f8ea58ec08ec7 |
UTF-8 | シ・タヌ | 111011101000011110110101111011111011110110111100111011101000010010001001111011111011110110100101111011111011111010000000111011111011111010000111 | ee87b5efbdbcee8489efbda5efbe80efbe87 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)