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 | 蟒幔す蟒幔a | 111001011011101110011011111011011000001010110111111001011011101110011011111011011000001010000001 | e5bb9bed82b7e5bb9bed8281 |
EUC-JP | 蟒幔す蟒幔a | 111010101011110111010110111011111010010010111001111010101011110111010110111011111010001111100001 | eabdd6efa4b9eabdd6efa3e1 |
UTF-8 | 蟒幔す蟒幔a | 111010001001111110010010111001011011100110010100111000111000000110011001111010001001111110010010111001011011100110010100111011111011110110000001 | e89f92e5b994e38199e89f92e5b994efbd81 |
UHC | ??す??a | 0011111100111111101010101011100100111111001111111010001111100001 | 3f3faab93f3fa3e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)