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 | 畯匿ぉ | 111110110110111110010011101111011000001010100111 | fb6f93bd82a7 |
EUC-JP | 畯匿ぉ | 10001111110011011011101111000110101111111010010010101001 | 8fcdbbc6bfa4a9 |
UTF-8 | 畯匿ぉ | 111001111001010110101111111001011000110010111111111000111000000110001001 | e795afe58cbfe38189 |
UHC | 畯匿ぉ | 111100011110000111010010111110111010101010101001 | f1e1d2fbaaa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)