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 | 室鉙質 | 1111000011101000100011101011101011111011110010001000111010111111 | f0e88ebafbc88ebf |
EUC-JP | ?室鉙質 | 0011111110111100101111001000111111100011111000111011110011000001 | 3fbcbc8fe3e3bcc1 |
UTF-8 | 室鉙質 | 111011101000001010100111111001011010111010100100111010011000100110011001111010001011001110101010 | ee82a7e5aea4e98999e8b3aa |
UHC | ?室?質 | 001111111110001111111000001111111111001011110101 | 3fe3f83ff2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)