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 | ???彦?? | 00111111001111110011111110010101010001100011111100111111 | 3f3f3f95463f3f |
EUC-JP | 焰??彦?? | 100011111100100111101111001111110011111111001001101001110011111100111111 | 8fc9ef3f3fc9a73f3f |
UTF-8 | 焰쎽펿彦긴틠 | 111001111000010010110000111011001000111010111101111011011000111010111111111001011011110110100110111010101011100010110100111011011000101110100000 | e784b0ec8ebded8ebfe5bda6eab8b4ed8ba0 |
UHC | 焰쎽펿彦긴틠 | 111001101111101110011011111001001011110010001110111001011110100110110001111001001011101010001100 | e6fb9be4bc8ee5e9b1e4ba8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)