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 | 髯ゅnム | 11101001100110011000001011100011100000101000111011010001 | e99982e3828ed1 |
EUC-JP | 髯ゅnム | 1111000111111001101001001110010110100011111011101000111011010001 | f1f9a4e5a3ee8ed1 |
UTF-8 | 髯ゅnム | 111010011010101110101111111000111000001010000101111011111011110110001110111011111011111010010001 | e9abafe38285efbd8eefbe91 |
UHC | ?ゅn? | 001111111010101011100101101000111110111000111111 | 3faae5a3ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)