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 | 嚥??瓦?? | 1001101010001011001111110011111110001010101000100011111100111111 | 9a8b3f3f8aa23f3f |
EUC-JP | 嚥??瓦?? | 1101001111101011001111110011111110110100101001000011111100111111 | d3eb3f3fb4a43f3f |
UTF-8 | 嚥듸쉈瓦뱄숲 | 111001011001101010100101111010111001001110111000111011001000100110001000111001111001001110100110111010111011000110000100111011001000100010110010 | e59aa5eb93b8ec8988e793a6ebb184ec88b2 |
UHC | 嚥듸쉈瓦뱄숲 | 111001101011111110110101111011111011110110100101111010001011111110111001111011111011110110100011 | e6bfb5efbda5e8bfb9efbda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)