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 | 10110000101001010100110001101000101100001010010101001100 | b0a54c68b0a54c |
SJIS-WIN | °¥Lh°¥L | 1000000110001011100000011000111101001100011010001000000110001011100000011000111101001100 | 818b818f4c68818b818f4c |
EUC-JP | °?Lh°?L | 101000011110101100111111010011000110100010100001111010110011111101001100 | a1eb3f4c68a1eb3f4c |
UTF-8 | °¥Lh°¥L | 1100001010110000110000101010010101001100011010001100001010110000110000101010010101001100 | c2b0c2a54c68c2b0c2a54c |
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)