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 | ?驥?領 | 001111111110100110000111001111111001011111001100 | 3fe9873f97cc |
EUC-JP | ?驥?領 | 001111111111000111100111001111111100111011001110 | 3ff1e73fcece |
UTF-8 | 렺驥렺領 | 111010111010000010111010111010011010100110100101111010111010000010111010111010011010000010011000 | eba0bae9a9a5eba0bae9a098 |
UHC | 렺驥렺領 | 1000111011000010110100011100101010001110110000101101011011000101 | 8ec2d1ca8ec2d6c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)