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 | 擁??恂θ? | 100101110110100100111111001111111001110010010110100000111100011000111111 | 97693f3f9c9683c63f |
EUC-JP | 擁??恂θ? | 110011011100101000111111001111111101011111110110101001101100100000111111 | cdca3f3fd7f6a6c83f |
UTF-8 | 擁쇾퉿恂θ툧 | 1110011010010011100000011110110010000111101111101110110110001001101111111110011010000001100000101100111010111000111011011000100010100111 | e69381ec87beed89bfe68182ceb8ed88a7 |
UHC | 擁쇾퉿恂θ툧 | 111010001011011010011001111001001011100110010111111000101110000110100101111010001011100010011110 | e8b699e4b997e2e1a5e8b89e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)