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 | 簔矚 | 1110001011000001111101111010011111100001110111111111000111111100 | e2c1f7a7e1dff1fc |
EUC-JP | 簔?矚? | 111001001100001100111111111000101110000100111111 | e4c33fe2e13f |
UTF-8 | 簔矚 | 111001111011000010010100111011101001011010001010111001111001111110011010111011101000010110110111 | e7b094ee968ae79f9aee85b7 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)