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 | ????Y? | 001111110011111100111111001111110101100100111111 | 3f3f3f3f593f |
SJIS-WIN | 鞜擾スュY鈿 | 111010001101111110001111111011111011110110101101010110011110011111101101 | e8df8fefbdad59e7ed |
EUC-JP | 鞜擾スュY鈿 | 1111000011100001101111101111000110001110101111011000111010101101010110011110111011101111 | f0e1bef18ebd8ead59eeef |
UTF-8 | 鞜擾スュY鈿 | 11101001100111101001110011100110100100111011111011101111101111011011110111101111101111011010110101011001111010011000100010111111 | e99e9ce693beefbdbdefbdad59e988bf |
UHC | ?擾??Y鈿 | 0011111111101000111101100011111100111111010110011110111110101111 | 3fe8f63f3f59efaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)