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 | 綉鼇鄙痂 | 1110001101010100111010101000011111100111101111111110000101101111 | e354ea87e7bfe16f |
EUC-JP | 綉鼇鄙痂 | 1110010110110101111100111110011111101110110000011110000111010000 | e5b5f3e7eec1e1d0 |
UTF-8 | 綉鼇鄙痂 | 111001111011011010001001111010011011110010000111111010011000010010011001111001111001011110000010 | e7b689e9bc87e98499e79782 |
UHC | ?鼇鄙痂 | 00111111111010001010100011011110101010011100101010110010 | 3fe8a8dea9cab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)