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 | 蝨ィ鬆ュ遒シ | 111001011001110010101000111010011010000010101101111001111010001010111100 | e59ca8e9a0ade7a2bc |
EUC-JP | 蝨ィ鬆ュ遒シ | 111010011111110010001110101010001111001010100010100011101010110111101110101001001000111010111100 | e9fc8ea8f2a28eadeea48ebc |
UTF-8 | 蝨ィ鬆ュ遒シ | 111010001001110110101000111011111011110110101000111010011010110010000110111011111011110110101101111010011000000110010010111011111011110110111100 | e89da8efbda8e9ac86efbdade98192efbdbc |
UHC | 蝨????? | 11100011101001000011111100111111001111110011111100111111 | e3a43f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)