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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 霎ー譚船^ | 1110100010111110101100001110011010011101100100010100010001011110 | e8beb0e69d91445e |
EUC-JP | 霎ー譚船^ | 111100001100000010001110101100001110101111111101110000011010010101011110 | f0c08eb0ebfdc1a55e |
UTF-8 | 霎ー譚船^ | 11101001100111001000111011101111101111011011000011101000101011011001101011101000100010001011100101011110 | e99c8eefbdb0e8ad9ae888b95e |
UHC | ??譚船^ | 00111111001111111101001111001001111000001100111101011110 | 3f3fd3c9e0cf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)