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 | 五?ぎ | 1000110011011100001111111000001010101100 | 8cdc3f82ac |
EUC-JP | 五?ぎ | 1011100011011110001111111010010010101110 | b8de3fa4ae |
UTF-8 | 五믪ぎ | 111001001011101010010100111010111010111110101010111000111000000110001110 | e4ba94ebafaae3818e |
UHC | 五믪ぎ | 111001111110100110010010111011001010101010101110 | e7e992ecaaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)