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 | µ·µ·B | 100011101011010110001110101101111000111010110101100011101011011101000010 | 8eb58eb78eb58eb742 |
SJIS-WIN | ????????B | 001111110011111100111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f3f3f42 |
EUC-JP | ????????B | 001111110011111100111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f3f3f42 |
UTF-8 | µ·µ·B | 1100001010001110110000101011010111000010100011101100001010110111110000101000111011000010101101011100001010001110110000101011011101000010 | c28ec2b5c28ec2b7c28ec2b5c28ec2b742 |
UHC | ???·???·B | 0011111100111111001111111010000110100100001111110011111100111111101000011010010001000010 | 3f3f3fa1a43f3f3fa1a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)