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 | 轢誌洲鐔 | 1110011110000000100011101000111110001111010001101110100001011100 | e7808e8f8f46e85c |
EUC-JP | 轢誌洲鐔 | 1110110111100000101110111110111110111101101001111110111110111101 | ede0bbefbda7efbd |
UTF-8 | 轢誌洲鐔 | 111010001011110110100010111010001010101010001100111001101011010010110010111010011001000010010100 | e8bda2e8aa8ce6b4b2e99094 |
UHC | 轢誌洲? | 11010101111110011111001010111100111100011011110100111111 | d5f9f2bcf1bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)