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 | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | 谷形側h谷形 | 1001001001001010100011000110000010010001101001000110100010010010010010101000110001100000 | 924a8c6091a468924a8c60 |
EUC-JP | 谷形側h谷形 | 1100001110101011101101111100000111000010101001100110100011000011101010111011011111000001 | c3abb7c1c2a668c3abb7c1 |
UTF-8 | 谷形側h谷形 | 11101000101100001011011111100101101111011010001011100101100000011011010001101000111010001011000010110111111001011011110110100010 | e8b0b7e5bda2e581b468e8b0b7e5bda2 |
UHC | 谷形側h谷形 | 1100110111011011111110111010000111110110101100000110100011001101110110111111101110100001 | cddbfba1f6b068cddbfba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)