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 | 蝣危ャ川アコ | 111001011010000010001010111010111010110010010000111011001011000110111010 | e5a08aebac90ecb1ba |
EUC-JP | 蝣危ャ川アコ | 111010101010001010110100111011011000111010101100110000001110111010001110101100011000111010111010 | eaa2b4ed8eacc0ee8eb18eba |
UTF-8 | 蝣危ャ川アコ | 111010001001110110100011111001011000110110110001111011111011110110101100111001011011011110011101111011111011110110110001111011111011110110111010 | e89da3e58db1efbdace5b79defbdb1efbdba |
UHC | ?危?川?? | 0011111111101010110010110011111111110100101110010011111100111111 | 3feacb3ff4b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)