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 | 遐呈喚蜍 | 1110011110100000100100101110011010001010101010111110010110001011 | e7a092e68aabe58b |
EUC-JP | 遐呈喚蜍 | 1110111010100010110001001110100010110100101011011110100111101011 | eea2c4e8b4ade9eb |
UTF-8 | 遐呈喚蜍 | 111010011000000110010000111001011001000110001000111001011001011010011010111010001001110010001101 | e98190e59188e5969ae89c8d |
UHC | 遐呈喚? | 11111001110001101110111111010000111111001011000000111111 | f9c6efd0fcb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)