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 | 栽??? | 1000110111001101001111110011111100111111 | 8dcd3f3f3f |
EUC-JP | 栽?橒? | 10111010110011110011111110001111110001011010110100111111 | bacf3f8fc5ad3f |
UTF-8 | 栽렕橒렞 | 111001101010000010111101111010111010000010010101111001101010100110010010111010111010000010011110 | e6a0bdeba095e6a992eba09e |
UHC | 栽렕橒렞 | 1110111010101000100011101010101011101001111110001000111010101111 | eea88eaae9f88eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)