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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?э?誤 | 001111111000010010001111001111111000110011101011 | 3f848f3f8ceb |
EUC-JP | ?э?誤 | 001111111010011111101111001111111011100011101101 | 3fa7ef3fb8ed |
UTF-8 | 嶺э퐛誤 | 1110111110100110101010111101000110001101111011011001000010011011111010001010101010100100 | efa6abd18ded909be8aaa4 |
UHC | 嶺э퐛誤 | 1110011110101101101011001110111110111101100001011110100010100110 | e7adacefbd85e8a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)