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 | ???繞? | 001111110011111100111111111000111000010100111111 | 3f3f3fe3853f |
EUC-JP | 邕??繞? | 1000111111100001111011010011111100111111111001011110010100111111 | 8fe1ed3f3fe5e53f |
UTF-8 | 邕녶묍繞잹 | 111010011000001010010101111010111000010110110110111010111010110010001101111001111011100110011110111011001001111010111001 | e98295eb85b6ebac8de7b99eec9eb9 |
UHC | 邕녶묍繞잹 | 11101000101110111000011011100101101110011010001111101001101001001010000001000010 | e8bb86e5b9a3e9a4a042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)