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 | 萬駕習菴 | 1110010011011101100010011110110110001111010010111110010010111101 | e4dd89ed8f4be4bd |
EUC-JP | 萬駕習菴 | 1110100011011111101100101110111110111101101011001110100010111111 | e8dfb2efbdace8bf |
UTF-8 | 萬駕習菴 | 111010001001000010101100111010011010011110010101111001111011111110010010111010001000111110110100 | e890ace9a795e7bf92e88fb4 |
UHC | 萬駕習菴 | 1101100010111111110010101011110111100011101001111110010011100000 | d8bfcabde3a7e4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)