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 | 倭??永? | 10011000011000000011111100111111100010010110100100111111 | 98603f3f89693f |
EUC-JP | 倭??永? | 11001111110000010011111100111111101100011100101000111111 | cfc13f3fb1ca3f |
UTF-8 | 倭욃뮧永좦 | 111001011000000010101101111011001001101010000011111010111010111010100111111001101011000010111000111011001010001010100110 | e580adec9a83ebaea7e6b0b8eca2a6 |
UHC | 倭욃뮧永좦 | 11101000110111101001111011100101100100101011001011100111101101011010000101000010 | e8de9ee592b2e7b5a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)