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 | ?豚妻? | 001111111001001111011000100011011100100000111111 | 3f93d88dc83f |
EUC-JP | ?豚妻? | 001111111100011011011010101110101100101000111111 | 3fc6dabaca3f |
UTF-8 | 뤦豚妻領 | 111010111010010010100110111010001011000110011010111001011010011010111011111011111010011010110100 | eba4a6e8b19ae5a6bbefa6b4 |
UHC | 뤦豚妻領 | 1000111111010100110101001100101011110100101000111110011111010000 | 8fd4d4caf4a3e7d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)