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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 逋語サ狩ョェ | 111001111001100110001100111010101011101110001110111010111010111010101010 | e7998ceabb8eebaeaa |
EUC-JP | 逋語サ狩ョェ | 111011011111100110111000111011001000111010111011101111001110110110001110101011101000111010101010 | edf9b8ec8ebbbced8eae8eaa |
UTF-8 | 逋語サ狩ョェ | 111010011000000010001011111010001010101010011110111011111011110110111011111001111000101110101001111011111011110110101110111011111011110110101010 | e9808be8aa9eefbdbbe78ba9efbdaeefbdaa |
UHC | 逋語?狩?? | 111110001110011111100101110111100011111111100010101011010011111100111111 | f8e7e5de3fe2ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)