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 | 誼?弟? | 100010110110001000111111100100101110110100111111 | 8b623f92ed3f |
EUC-JP | 誼?弟? | 101101011100001100111111110001001110111100111111 | b5c33fc4ef3f |
UTF-8 | 誼렱弟렣 | 111010001010101010111100111010111010000010110001111001011011110010011111111010111010000010100011 | e8aabceba0b1e5bc9feba0a3 |
UHC | 誼렱弟렣 | 1110101111111110100011101011111011110000101010011000111010110100 | ebfe8ebef0a98eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)