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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 娼ヘ愰フ@h | 1000111110101001110011011111101011000101110011000100000001101000 | 8fa9cdfac5cc4068 |
EUC-JP | 娼ヘ愰フ@h | 1011111010101011100011101100110110001111101111101100100110001110110011000100000001101000 | beab8ecd8fbec98ecc4068 |
UTF-8 | 娼ヘ愰フ@h | 1110010110101000101111001110111110111110100011011110011010000100101100001110111110111110100011000100000001101000 | e5a8bcefbe8de684b0efbe8c4068 |
UHC | 娼?愰?@h | 1111001111011110001111111111110011001010001111110100000001101000 | f3de3ffcca3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)