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 | 僊??懸 | 100110010100000100111111001111111000110010011100 | 99413f3f8c9c |
EUC-JP | 僊??懸 | 110100011010001000111111001111111011011111111100 | d1a23f3fb7fc |
UTF-8 | 僊서뤻懸 | 111001011000001110001010111011001000010010011100111010111010010010111011111001101000011110111000 | e5838aec849ceba4bbe687b8 |
UHC | 僊서뤻懸 | 1110000010111010101111001010110110001111111010011111101011011000 | e0babcad8fe9fad8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)