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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 蓿、L蓿、L^ | 111001001111000010100100010011001110010011110000101001000100110001011110 | e4f0a44ce4f0a44c5e |
EUC-JP | 蓿、L蓿、L^ | 1110100011110010100011101010010001001100111010001111001010001110101001000100110001011110 | e8f28ea44ce8f28ea44c5e |
UTF-8 | 蓿、L蓿、L^ | 111010001001001110111111111011111011110110100100010011001110100010010011101111111110111110111101101001000100110001011110 | e893bfefbda44ce893bfefbda44c5e |
UHC | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)