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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 擾??猿?? | 1000111111101111001111110011111110001001100011100011111100111111 | 8fef3f3f898e3f3f |
EUC-JP | 擾??猿?? | 1011111011110001001111110011111110110001111011100011111100111111 | bef13f3fb1ee3f3f |
UTF-8 | 擾용윦猿븃뮁 | 111001101001001110111110111011001001101010101001111011001001110010100110111001111000110010111111111010111011100010000011111010111010111010000001 | e693beec9aa9ec9ca6e78cbfebb883ebae81 |
UHC | 擾용윦猿븃뮁 | 111010001111011010111111111010111001111110100110111010101011101110111010111010001001001010010000 | e8f6bfeb9fa6eabbbae89290 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)