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 | °ùûÍ | 100011111011000011111001111110111000111111001101 | 8fb0f9fb8fcd |
SJIS-WIN | ?°???? | 00111111100000011000101100111111001111110011111100111111 | 3f818b3f3f3f3f |
EUC-JP | ?°ùû?Í | 00111111101000011110101110001111101010111110001110001111101010111110010100111111100011111010101010111111 | 3fa1eb8fabe38fabe53f8faabf |
UTF-8 | °ùûÍ | 110000101000111111000010101100001100001110111001110000111011101111000010100011111100001110001101 | c28fc2b0c3b9c3bbc28fc38d |
UHC | ?°???? | 00111111101000011100011000111111001111110011111100111111 | 3fa1c63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)