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 | ???孺?? | 00111111001111110011111110011011011111010011111100111111 | 3f3f3f9b7d3f3f |
EUC-JP | 塡??孺?? | 100011111011100010110100001111110011111111010101110111100011111100111111 | 8fb8b43f3fd5de3f3f |
UTF-8 | 塡븀깃孺쇨륑 | 111001011010000110100001111010111011100010000000111010101011100110000011111001011010110110111010111011001000011110101000111010111010010110010001 | e5a1a1ebb880eab983e5adbaec87a8eba591 |
UHC | 塡븀깃孺쇨륑 | 111011101111001110111010111001111011000111101010111010101110100010111100111010101011011111111000 | eef3bae7b1eaeae8bceab7f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)