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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?悳ぎ?? | 00111111100111000111101110000010101011000011111100111111 | 3f9c7b82ac3f3f |
EUC-JP | ?悳ぎ?? | 00111111110101111101110010100100101011100011111100111111 | 3fd7dca4ae3f3f |
UTF-8 | 룶悳ぎ룴찹 | 111010111010001110110110111001101000001010110011111000111000000110001110111010111010001110110100111011001011000010111001 | eba3b6e682b3e3818eeba3b4ecb0b9 |
UHC | 룶悳ぎ룴찹 | 10001111101010111101001111101101101010101010111010001111101010011100001011111101 | 8fabd3edaaae8fa9c2fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)