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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?櫛?卒 | 001111111000101111111001001111111001000110110010 | 3f8bf93f91b2 |
EUC-JP | ?櫛?卒 | 001111111011011011111011001111111100001010110100 | 3fb6fb3fc2b4 |
UTF-8 | 렱櫛렗卒 | 111010111010000010110001111001101010101110011011111010111010000010010111111001011000110110010010 | eba0b1e6ab9beba097e58d92 |
UHC | 렱櫛렗卒 | 1000111010111110111100011110111010001110101011001111000011101111 | 8ebef1ee8eacf0ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)