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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 諟治肛 | 111110111010100010001110101000011110001111101000 | fba88ea1e3e8 |
EUC-JP | 諟治肛 | 10001111110111101011000010111100101000111110011011101010 | 8fdeb0bca3e6ea |
UTF-8 | 諟治肛 | 111010001010101110011111111001101011001010111011111010001000001010011011 | e8ab9fe6b2bbe8829b |
UHC | ?治肛 | 0011111111110110101111011111100111111101 | 3ff6bdf9fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)