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 | 隱樌ャ傳 | 11101000101010101001111011101100101011001001100101000010 | e8aa9eecac9942 |
EUC-JP | 隱樌ャ傳 | 1111000010101100110111001110111010001110101011001101000110100011 | f0acdcee8eacd1a3 |
UTF-8 | 隱樌ャ傳 | 111010011001101010110001111001101010100010001100111011111011110110101100111001011000001010110011 | e99ab1e6a88cefbdace582b3 |
UHC | 隱??傳 | 111010111101111100111111001111111110111011101110 | ebdf3f3feeee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)