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 | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
SJIS-WIN | 絶??悅??G | 100100001110001000111111001111111111101010111101001111110011111101000111 | 90e23f3ffabd3f3f47 |
EUC-JP | 絶?????G | 1100000011100100001111110011111100111111001111110011111101000111 | c0e43f3f3f3f3f47 |
UTF-8 | 絶랃풘悅덄렮G | 11100111101101011011011011101011100111101000001111101101100100101001100011100110100000101000010111101011100011011000010011101011101000001010111001000111 | e7b5b6eb9e83ed9298e68285eb8d84eba0ae47 |
UHC | 絶랃풘悅덄렮G | 11101111101111101000110111101111101111101001101111100110111011011000100011100111100011101011101101000111 | efbe8defbe9be6ed88e78ebb47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)