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 | ?蓑?? | 0011111110010110101010100011111100111111 | 3f96aa3f3f |
EUC-JP | 邕蓑?? | 10001111111000011110110111001100101011000011111100111111 | 8fe1edccac3f3f |
UTF-8 | 邕蓑렦렋 | 111010011000001010010101111010001001001110010001111010111010000010100110111010111010000010001011 | e98295e89391eba0a6eba08b |
UHC | 邕蓑렦렋 | 1110100010111011110111101110111010001110101101011000111010100010 | e8bbdeee8eb58ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)