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 | °ÂLh°ÂL | 10110000110000100100110001101000101100001100001001001100 | b0c24c68b0c24c |
SJIS-WIN | °?Lh°?L | 100000011000101100111111010011000110100010000001100010110011111101001100 | 818b3f4c68818b3f4c |
EUC-JP | °ÂLh°ÂL | 10100001111010111000111110101010101001000100110001101000101000011110101110001111101010101010010001001100 | a1eb8faaa44c68a1eb8faaa44c |
UTF-8 | °ÂLh°ÂL | 1100001010110000110000111000001001001100011010001100001010110000110000111000001001001100 | c2b0c3824c68c2b0c3824c |
UHC | °?Lh°?L | 101000011100011000111111010011000110100010100001110001100011111101001100 | a1c63f4c68a1c63f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)