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 | üGª | 11111100010001111000111010101010 | fc478eaa |
SJIS-WIN | ?G?? | 00111111010001110011111100111111 | 3f473f3f |
EUC-JP | üG?ª | 1000111110101011111001000100011100111111100011111010001011101100 | 8fabe4473f8fa2ec |
UTF-8 | üGª | 11000011101111000100011111000010100011101100001010101010 | c3bc47c28ec2aa |
UHC | ?G?ª | 0011111101000111001111111010100010100011 | 3f473fa8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)