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 | 迢ク驕懈搗 | 111001111000101110111000111010011000000110011100111001101001110110010001 | e78bb8e9819ce69d91 |
EUC-JP | 迢ク驕懈搗 | 11101101111010111000111010111000111100011110000111011000111010001101100111110001 | edeb8eb8f1e1d8e8d9f1 |
UTF-8 | 迢ク驕懈搗 | 111010001011111110100010111011111011110110111000111010011010100110010101111001101000011110001000111001101001000010010111 | e8bfa2efbdb8e9a995e68788e69097 |
UHC | ??驕懈搗 | 0011111100111111110011101111011011111010101010111101001111111101 | 3f3fcef6faabd3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)