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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 擁??恂θ | 1001011101101001001111110011111110011100100101101000001111000110 | 97693f3f9c9683c6 |
EUC-JP | 擁??恂θ | 1100110111001010001111110011111111010111111101101010011011001000 | cdca3f3fd7f6a6c8 |
UTF-8 | 擁쇾퉿恂θ | 1110011010010011100000011110110010000111101111101110110110001001101111111110011010000001100000101100111010111000 | e69381ec87beed89bfe68182ceb8 |
UHC | 擁쇾퉿恂θ | 11101000101101101001100111100100101110011001011111100010111000011010010111101000 | e8b699e4b997e2e1a5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)