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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 樂뺧슉溫볢쿉 | 111011111010011010111111111010111011101010100111111011001000101010001001111001101011101010101011111010111011001110100010111011001011111110001001 | efa6bfebbaa7ec8a89e6baabebb3a2ecbf89 |
UHC | 樂뺧슉溫볢쿉 | 111010001111100110010101111011111011110110110101111010001010111010010011111010001011001010011110 | e8f995efbdb5e8ae93e8b29e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)