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 | 濡??銀 | 100101000100011100111111001111111000101111100010 | 94473f3f8be2 |
EUC-JP | 濡??銀 | 110001111010100000111111001111111011011011100100 | c7a83f3fb6e4 |
UTF-8 | 濡곫납銀 | 111001101011111110100001111010101011001110101011111010111000001010101001111010011000101010000000 | e6bfa1eab3abeb82a9e98a80 |
UHC | 濡곫납銀 | 1110101110100001100000011110011010110011101100111110101111011110 | eba181e6b3b3ebde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)