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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 雍?啼?宰?^ | 11101000101101000011111110011010011001010011111110001101110010010011111101011110 | e8b43f9a653f8dc93f5e |
EUC-JP | 雍?啼?宰?^ | 11110000101101100011111111010011110001100011111110111010110010110011111101011110 | f0b63fd3c63fbacb3f5e |
UTF-8 | 雍렜啼렧宰렒^ | 11101001100110111000110111101011101000001001110011100101100101011011110011101011101000001010011111100101101011101011000011101011101000001001001001011110 | e99b8deba09ce595bceba0a7e5aeb0eba0925e |
UHC | 雍렜啼렧宰렒^ | 11101000101111001000111010101110111100001010011010001110101101101110111010100101100011101010011101011110 | e8bc8eaef0a68eb6eea58ea75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)