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²BW^ | 100100100100110010010001101100101001001001000010100100100101011101011110 | 924c91b2924292575e |
SJIS-WIN | ?L???B?W^ | 001111110100110000111111001111110011111101000010001111110101011101011110 | 3f4c3f3f3f423f575e |
EUC-JP | ?L???B?W^ | 001111110100110000111111001111110011111101000010001111110101011101011110 | 3f4c3f3f3f423f575e |
UTF-8 | L²BW^ | 1100001010010010010011001100001010010001110000101011001011000010100100100100001011000010100100100101011101011110 | c2924cc291c2b2c29242c292575e |
UHC | ?L?²?B?W^ | 00111111010011000011111110101001111101110011111101000010001111110101011101011110 | 3f4c3fa9f73f423f575e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)