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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 茹??遊?? | 1110010010100101001111110011111110010111010101100011111100111111 | e4a53f3f97563f3f |
EUC-JP | 茹??遊?? | 1110100010100111001111110011111111001101101101110011111100111111 | e8a73f3fcdb73f3f |
UTF-8 | 茹띾맧遊얏뇡 | 111010001000110010111001111010111001110110111110111010111010011110100111111010011000000110001010111011001001011010001111111010111000011110100001 | e88cb9eb9dbeeba7a7e9818aec968feb87a1 |
UHC | 茹띾맧遊얏뇡 | 111001101010101010001101111010111001000010110000111010111011010010111110111001101000011110001001 | e6aa8deb90b0ebb4bee68789 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)