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 | 姨???ろ? | 1001101101001000001111110011111100111111100000101110101100111111 | 9b483f3f3f82eb3f |
EUC-JP | 姨???ろ? | 1101010110101001001111110011111100111111101001001110110100111111 | d5a93f3f3fa4ed3f |
UTF-8 | 姨랁쉲淋ろ슖 | 111001011010011110101000111010111001111010000001111011001000100110110010111011111010011110110101111000111000001010001101111011001000101010010110 | e5a7a8eb9e81ec89b2efa7b5e3828dec8a96 |
UHC | 姨랁쉲淋ろ슖 | 111011001010100110001101111011011001101010001001111011001111100010101010111011011001101010100101 | eca98ded9a89ecf8aaed9aa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)