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 | 擁??恂η? | 100101110110100100111111001111111001110010010110100000111100010100111111 | 97693f3f9c9683c53f |
EUC-JP | 擁??恂η? | 110011011100101000111111001111111101011111110110101001101100011100111111 | cdca3f3fd7f6a6c73f |
UTF-8 | 擁쇾퉿恂η괵 | 1110011010010011100000011110110010000111101111101110110110001001101111111110011010000001100000101100111010110111111010101011010010110101 | e69381ec87beed89bfe68182ceb7eab4b5 |
UHC | 擁쇾퉿恂η괵 | 111010001011011010011001111001001011100110010111111000101110000110100101111001111011000110101100 | e8b699e4b997e2e1a5e7b1ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)