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 | 髯ス鮓コ髻廡 | 11101001100110011011110111101001101101101011101011101001100111111001110001000110 | e999bde9b6bae99f9c46 |
EUC-JP | 髯ス鮓コ髻廡 | 111100011111100110001110101111011111001010111000100011101011101011110010101000011101011110100111 | f1f98ebdf2b88ebaf2a1d7a7 |
UTF-8 | 髯ス鮓コ髻廡 | 111010011010101110101111111011111011110110111101111010011010111010010011111011111011110110111010111010011010101110111011111001011011101110100001 | e9abafefbdbde9ae93efbdbae9abbbe5bba1 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)