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 | 癲??巽ε? | 111000011001111100111111001111111001001001000110100000111100001100111111 | e19f3f3f924683c33f |
EUC-JP | 癲??巽ε? | 111000101010000100111111001111111100001110100111101001101100010100111111 | e2a13f3fc3a7a6c53f |
UTF-8 | 癲덈챶巽ε쳞 | 1110011110011001101100101110101110001101100010001110110010110001101101101110010110110111101111011100111010110101111011001011001110011110 | e799b2eb8d88ecb1b6e5b7bdceb5ecb39e |
UHC | 癲덈챶巽ε쳞 | 111011111010011010001000111010111010101010000011111000011101111010100101111001011010101110000100 | efa688ebaa83e1dea5e5ab84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)