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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | ?ろ?~ | 0011111110000010111010110011111101111110 | 3f82eb3f7e |
EUC-JP | ?ろ?~ | 0011111110100100111011010011111101111110 | 3fa4ed3f7e |
UTF-8 | 淋ろ슄~ | 11101111101001111011010111100011100000101000110111101100100010101000010001111110 | efa7b5e3828dec8a847e |
UHC | 淋ろ슄~ | 11101100111110001010101011101101100110101001011001111110 | ecf8aaed9a967e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)