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 | 蜊底オ隠 | 11100101100011011001001011101010101101011000100101000010 | e58d92eab58942 |
EUC-JP | 蜊底オ隠 | 1110100111101101110001001110110010001110101101011011000110100011 | e9edc4ec8eb5b1a3 |
UTF-8 | 蜊底オ隠 | 111010001001110010001010111001011011101010010101111011111011110110110101111010011001101010100000 | e89c8ae5ba95efbdb5e99aa0 |
UHC | ?底?? | 0011111111101110101111000011111100111111 | 3feebc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)