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 | 긪ν | 1110101010111000100011101010101010001110110011101000111010111101 | eab88eaa8ece8ebd |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ê¸?ª?Î?? | 10001111101010111011010010001111101000101011000100111111100011111010001011101100001111111000111110101010110000100011111100111111 | 8fabb48fa2b13f8fa2ec3f8faac23f3f |
UTF-8 | 긪ν | 11000011101010101100001010111000110000101000111011000010101010101100001010001110110000111000111011000010100011101100001010111101 | c3aac2b8c28ec2aac28ec38ec28ec2bd |
UHC | ?¸?ª???½ | 0011111110100010101011000011111110101000101000110011111100111111001111111010100011110110 | 3fa2ac3fa8a33f3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)