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 | 嚥??兀?┣ | 100110101000101100111111001111111001100101011001001111111000010010110000 | 9a8b3f3f99593f84b0 |
EUC-JP | 嚥??兀?┣ | 110100111110101100111111001111111101000110111010001111111010100010110010 | d3eb3f3fd1ba3fa8b2 |
UTF-8 | 嚥듸쉔兀믣┣ | 111001011001101010100101111010111001001110111000111011001000100110010100111001011000010110000000111010111010111110100011111000101001010010100011 | e59aa5eb93b8ec8994e58580ebafa3e294a3 |
UHC | 嚥듸쉔兀믣┣ | 111001101011111110110101111011111011110110101000111010001011010010010010111001011010011010110010 | e6bfb5efbda8e8b492e5a6b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)