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 | ?市}? | 001111111000111001110011100000010111000000111111 | 3f8e7381703f |
EUC-JP | ?市}? | 001111111011101111010100101000011101000100111111 | 3fbbd4a1d13f |
UTF-8 | 뤚市}샵 | 111010111010010010011010111001011011100010000010111011111011110110011101111011001000001110110101 | eba49ae5b882efbd9dec83b5 |
UHC | 뤚市}샵 | 1000111111001001111000111011110010100011111111011011110010100101 | 8fc9e3bca3fdbca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)