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 | 謔蛾㊧邏礼エ | 1110011010000010100010011110100110000111100010001110011110110100100101111110011110110100 | e68289e98788e7b497e7b4 |
EUC-JP | 謔蛾?邏礼エ | 1110101111100010101100101110101100111111111011101011011011001110111010011000111010110100 | ebe2b2eb3feeb6cee98eb4 |
UTF-8 | 謔蛾㊧邏礼エ | 111010001010110010010100111010001001101110111110111000111000101010100111111010011000001010001111111001111010010010111100111011111011110110110100 | e8ac94e89bbee38aa7e9828fe7a4bcefbdb4 |
UHC | 謔蛾?邏?? | 111110011100110011100100101101100011111111010101101001000011111100111111 | f9cce4b63fd5a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)