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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邊千事霓 | 1110011110110010100100001110011110001110100101101110100010111101 | e7b290e78e96e8bd |
EUC-JP | 邊千事霓 | 1110111010110100110000001110100110111011111101101111000010111111 | eeb4c0e9bbf6f0bf |
UTF-8 | 邊千事霓 | 111010011000001010001010111001011000110110000011111001001011101010001011111010011001110010010011 | e9828ae58d83e4ba8be99c93 |
UHC | 邊千事霓 | 1101110010101011111101001011011011011110110000001110011111100111 | dcabf4b6dec0e7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)