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 | 鉙叱鰲蒔 | 1111101111001000100011101011011011101001111000001000111010101010 | fbc88eb6e9e08eaa |
EUC-JP | 鉙叱鰲蒔 | 100011111110001111100011101111001011100011110010111000101011110010101100 | 8fe3e3bcb8f2e2bcac |
UTF-8 | 鉙叱鰲蒔 | 111010011000100110011001111001011000111110110001111010011011000010110010111010001001001010010100 | e98999e58fb1e9b0b2e89294 |
UHC | ?叱鰲蒔 | 00111111111100101110101011101000101001111110001111001000 | 3ff2eae8a7e3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)