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 | ·ë« | 100011101011011110011000111010111000110110101011 | 8eb798eb8dab |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???ë?? | 0011111100111111001111111000111110101011101100110011111100111111 | 3f3f3f8fabb33f3f |
UTF-8 | ·ë« | 110000101000111011000010101101111100001010011000110000111010101111000010100011011100001010101011 | c28ec2b7c298c3abc28dc2ab |
UHC | ?·???? | 00111111101000011010010000111111001111110011111100111111 | 3fa1a43f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)