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 | 遙゙萋 | 1110101010100001110111101110010011000100 | eaa1dee4c4 |
EUC-JP | 遙゙萋 | 111101001010001110001110110111101110100011000110 | f4a38edee8c6 |
UTF-8 | 遙゙萋 | 111010011000000110011001111011111011111010011110111010001001000010001011 | e98199efbe9ee8908b |
UHC | 遙?? | 11101001101010110011111100111111 | e9ab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)