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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 曖??馭? | 10011110010000100011111100111111111010010110011000111111 | 9e423f3fe9663f |
EUC-JP | 曖??馭? | 11011011101000110011111100111111111100011100011100111111 | dba33f3ff1c73f |
UTF-8 | 曖뎸궫馭땰 | 111001101001101110010110111010111000111010111000111010101011011010101011111010011010011010101101111010111001010110110000 | e69b96eb8eb8eab6abe9a6adeb95b0 |
UHC | 曖뎸궫馭땰 | 11100100111100101000100110001011100000101011110111100101110111111000101110000110 | e4f2898b82bde5df8b86 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)