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 | ??チ?朞柱 | 001111110011111110000011011000000011111110011110010011011001001010001100 | 3f3f83603f9e4d928c |
EUC-JP | ??チ?朞柱 | 001111110011111110100101110000010011111111011011101011101100001111101100 | 3f3fa5c13fdbaec3ec |
UTF-8 | 룴횕チ룵朞柱 | 111010111010001110110100111011011001101010010101111000111000001110000001111010111010001110110101111001101001110010011110111001101001111110110001 | eba3b4ed9a95e38381eba3b5e69c9ee69fb1 |
UHC | 룴횕チ룵朞柱 | 100011111010100111000011100011111010101111000001100011111010101011010001101000011111000110111010 | 8fa9c38fabc18faad1a1f1ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)