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 | ?德⑨? | 001111111111101010111010100001110100100000111111 | 3ffaba87483f |
EUC-JP | ???醮 | 001111110011111100111111100011111110001011110101 | 3f3f3f8fe2f5 |
UTF-8 | 뤯德⑨醮 | 111010111010010010101111111001011011111010110111111000101001000110101000111010011000011010101110 | eba4afe5beb7e291a8e986ae |
UHC | 뤯德⑨醮 | 1000111111011101110100111110110010101000111011111111010110110100 | 8fddd3eca8eff5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)