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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 猶??h猶 | 10010111010100000011111100111111011010001001011101010000 | 97503f3f689750 |
EUC-JP | 猶??h猶 | 11001101101100010011111100111111011010001100110110110001 | cdb13f3f68cdb1 |
UTF-8 | 猶붾몡h猶 | 11100111100011001011011011101011101101101011111011101011101010101010000101101000111001111000110010110110 | e78cb6ebb6beebaaa168e78cb6 |
UHC | 猶붾몡h猶 | 111010111010001010010100111010111001000110001111011010001110101110100010 | eba294eb918f68eba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)