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 | 狒犇狒爿 | 1110000010111111111000001011010011100000101111111110000010101011 | e0bfe0b4e0bfe0ab |
EUC-JP | 狒犇狒爿 | 1110000011000001111000001011011011100000110000011110000010101101 | e0c1e0b6e0c1e0ad |
UTF-8 | 狒犇狒爿 | 111001111000101110010010111001111000101010000111111001111000101110010010111001111000100010111111 | e78b92e78a87e78b92e788bf |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)