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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
EUC-JP | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
UTF-8 | 了룩눎h了룩눎 | 11101111101001101011101011101011101000111010100111101011100010001000111001101000111011111010011010111010111010111010001110101001111010111000100010001110 | efa6baeba3a9eb888e68efa6baeba3a9eb888e |
UHC | 了룩눎h了룩눎 | 11101000111001111011011111101000100001111010101001101000111010001110011110110111111010001000011110101010 | e8e7b7e887aa68e8e7b7e887aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)