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 | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
SJIS-WIN | ?}?冀あG | 001111111000000101110000001111111001100101100010100000101010000001000111 | 3f81703f996282a047 |
EUC-JP | ?}?冀あG | 001111111010000111010001001111111101000111000011101001001010001001000111 | 3fa1d13fd1c3a4a247 |
UTF-8 | 룶}룵冀あG | 11101011101000111011011011101111101111011001110111101011101000111011010111100101100001101000000011100011100000011000001001000111 | eba3b6efbd9deba3b5e58680e3818247 |
UHC | 룶}룵冀あG | 1000111110101011101000111111110110001111101010101101000011101101101010101010001001000111 | 8faba3fd8faad0edaaa247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)