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 | κ | 1110111010101111100011101011110110001110110011101000111010111010 | eeaf8ebd8ece8eba |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | î¯???Î?º | 10001111101010111100001010001111101000101011010000111111001111110011111110001111101010101100001000111111100011111010001011101011 | 8fabc28fa2b43f3f3f8faac23f8fa2eb |
UTF-8 | κ | 11000011101011101100001010101111110000101000111011000010101111011100001010001110110000111000111011000010100011101100001010111010 | c3aec2afc28ec2bdc28ec38ec28ec2ba |
UHC | ???½???º | 00111111001111110011111110101000111101100011111100111111001111111010100010101100 | 3f3f3fa8f63f3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)