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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驗柴上纛 | 1110100110000100100011101100010010001111111000111110001110011011 | e9848ec48fe3e39b |
EUC-JP | 驗柴上纛 | 1111000111100100101111001100011010111110111001011110010111111011 | f1e4bcc6bee5e5fb |
UTF-8 | 驗柴上纛 | 111010011010100110010111111001101001111110110100111001001011100010001010111001111011101010011011 | e9a997e69fb4e4b88ae7ba9b |
UHC | 驗柴上纛 | 1111101011010000111000111100001111011111101111101101010011000000 | fad0e3c3dfbed4c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)