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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?穗? | 00111111111000100110111000111111 | 3fe26e3f |
EUC-JP | 饍穗? | 100011111110100011101101111000111100111100111111 | 8fe8ede3cf3f |
UTF-8 | 饍穗걙 | 111010011010010110001101111001111010100110010111111010101011000110011001 | e9a58de7a997eab199 |
UHC | 饍穗걙 | 111000001101011111100010101101001000000110000011 | e0d7e2b48183 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)