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 | 艶?泳? | 100010011001000000111111100010010110101000111111 | 89903f896a3f |
EUC-JP | 艶?泳? | 101100011111000000111111101100011100101100111111 | b1f03fb1cb3f |
UTF-8 | 艶쵮泳싦 | 111010001000100110110110111011001011010110101110111001101011001110110011111011001000101110100110 | e889b6ecb5aee6b3b3ec8ba6 |
UHC | 艶쵮泳싦 | 1110011011111101101011010100101111100111101101101001101011100100 | e6fdad4be7b69ae4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)