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 | 症鮱郛 | 100011111100011111111100010001001110011110111100 | 8fc7fc44e7bc |
EUC-JP | 症鮱郛 | 10111110110010011000111111101010111001101110111010111110 | bec98feae6eebe |
UTF-8 | 症鮱郛 | 111001111001011110000111111010011010111010110001111010011000001110011011 | e79787e9aeb1e9839b |
UHC | 症?? | 11110001111110000011111100111111 | f1f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)