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 | 髴育判 | 111010011001110010001000111001111001010010111011 | e99c88e794bb |
EUC-JP | 髴育判 | 111100011111110010110000111010011100100010111101 | f1fcb0e9c8bd |
UTF-8 | 髴育判 | 111010011010101110110100111010001000001010110010111001011000100010100100 | e9abb4e882b2e588a4 |
UHC | ?育判 | 0011111111101011110000001111011111110111 | 3febc0f7f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)