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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | | 111100101110001111110000111000111111000111111100111101111010110011110000111000111111000011101011 | f2e3f0e3f1fcf7acf0e3f0eb |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | | 111011101000100010011010111011101000001010100010111011101000010110110111111011101001011010001111111011101000001010100010111011101000001010101010 | ee889aee82a2ee85b7ee968fee82a2ee82aa |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)