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 | ?耕?篩魔 | 0011111110001101011010110011111111100010101111111001011010000010 | 3f8d6b3fe2bf9682 |
EUC-JP | 釪耕?篩魔 | 10001111111000111010110110111001110011000011111111100100110000011100101111100010 | 8fe3adb9cc3fe4c1cbe2 |
UTF-8 | 釪耕렟篩魔 | 111010011000011110101010111010001000000010010101111010111010000010011111111001111010111110101001111010011010110110010100 | e987aae88095eba09fe7afa9e9ad94 |
UHC | 釪耕렟篩魔 | 11101001111010011100110011101001100011101011000011011110111010001101100010101010 | e9e9cce98eb0dee8d8aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)