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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?匿o鼠 | 00111111100100111011110110000010100011111001000101101100 | 3f93bd828f916c |
EUC-JP | ?匿o鼠 | 00111111110001101011111110100011111011111100000111001101 | 3fc6bfa3efc1cd |
UTF-8 | 뤦匿o鼠 | 111010111010010010100110111001011000110010111111111011111011110110001111111010011011110010100000 | eba4a6e58cbfefbd8fe9bca0 |
UHC | 뤦匿o鼠 | 1000111111010100110100101111101110100011111011111110000010101001 | 8fd4d2fba3efe0a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)