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 | 郁釋牛 | 100010001110100011100111110101111000101110001101 | 88e8e7d78b8d |
EUC-JP | 郁釋牛 | 101100001110101011101110110110011011010111101101 | b0eaeed9b5ed |
UTF-8 | 郁釋牛 | 111010011000001110000001111010011000011110001011111001111000100110011011 | e98381e9878be7899b |
UHC | 郁釋牛 | 111010011111010011100000101101111110100111011010 | e9f4e0b7e9da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)