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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 躍??鎰?? | 1001011011110100001111110011111111101000010011000011111100111111 | 96f43f3fe84c3f3f |
EUC-JP | 躍??鎰?ˇ | 11001100111101100011111100111111111011111010110100111111100011111010001010110000 | ccf63f3fefad3f8fa2b0 |
UTF-8 | 躍노뙋鎰숁ˇ | 1110100010111010100011011110101110000101101110001110101110011001100010111110100110001110101100001110110010001000100000011100101110000111 | e8ba8deb85b8eb998be98eb0ec8881cb87 |
UHC | 躍노뙋鎰숁ˇ | 111001011011100010110011111010111000110010010000111011001111000010011001111001101010001010100111 | e5b8b3eb8c90ecf099e6a2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)