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 | °ÊÞò | 10110000110010101101111011110010 | b0cadef2 |
SJIS-WIN | °??? | 1000000110001011001111110011111100111111 | 818b3f3f3f |
EUC-JP | °ÊÞò | 1010000111101011100011111010101010110100100011111010100110110000100011111010101111010010 | a1eb8faab48fa9b08fabd2 |
UTF-8 | °ÊÞò | 1100001010110000110000111000101011000011100111101100001110110010 | c2b0c38ac39ec3b2 |
UHC | °?Þ? | 101000011100011000111111101010001010110100111111 | a1c63fa8ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)