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 | 髯瑚娼ホ | 11101001100110011000110011101000100011111010100111001110 | e9998ce88fa9ce |
EUC-JP | 髯瑚娼ホ | 1111000111111001101110001110101010111110101010111000111011001110 | f1f9b8eabeab8ece |
UTF-8 | 髯瑚娼ホ | 111010011010101110101111111001111001000110011010111001011010100010111100111011111011111010001110 | e9abafe7919ae5a8bcefbe8e |
UHC | ?瑚娼? | 001111111111101111010001111100111101111000111111 | 3ffbd1f3de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)