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 | 萬倶寛 | 111001001101110110001011111001001000101010110000 | e4dd8be48ab0 |
EUC-JP | 萬倶寛 | 111010001101111110110110111001101011010010110010 | e8dfb6e6b4b2 |
UTF-8 | 萬倶寛 | 111010001001000010101100111001011000000010110110111001011010111110011011 | e890ace580b6e5af9b |
UHC | 萬?? | 11011000101111110011111100111111 | d8bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)