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 | µYá | 100110101011010110011101010110011110000110011011 | 9ab59d59e19b |
SJIS-WIN | ???Y?? | 001111110011111100111111010110010011111100111111 | 3f3f3f593f3f |
EUC-JP | ???Yá? | 0011111100111111001111110101100110001111101010111010000100111111 | 3f3f3f598faba13f |
UTF-8 | µYá | 1100001010011010110000101011010111000010100111010101100111000011101000011100001010011011 | c29ac2b5c29d59c3a1c29b |
UHC | ???Y?? | 001111110011111100111111010110010011111100111111 | 3f3f3f593f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)