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 | ??¤??? | 001111110011111110100100001111110011111100111111 | 3f3fa43f3f3f |
SJIS-WIN | ?冀??厓ご | 001111111001100101100010001111110011111111111010100011011000001010110010 | 3f99623f3ffa8d82b2 |
EUC-JP | ?冀¤?厓ご | 001111111101000111000011100011111010001011110000001111111000111110110100110001111010010010110100 | 3fd1c38fa2f03f8fb4c7a4b4 |
UTF-8 | 룶冀¤룶厓ご | 1110101110100011101101101110010110000110100000001100001010100100111010111010001110110110111001011000111010010011111000111000000110010100 | eba3b6e58680c2a4eba3b6e58e93e38194 |
UHC | 룶冀¤룶厓ご | 100011111010101111010000111011011010001010110100100011111010101111100100111011011010101010110100 | 8fabd0eda2b48fabe4edaab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)