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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 兪樞涸 | 100110010110000010011110111000101001111110111111 | 99609ee29fbf |
EUC-JP | 兪樞涸 | 110100011100000111011100111001001101111011000001 | d1c1dce4dec1 |
UTF-8 | 兪樞涸 | 111001011000010110101010111001101010100010011110111001101011011010111000 | e585aae6a89ee6b6b8 |
UHC | 兪樞? | 1110101011100100111101011101001000111111 | eae4f5d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)