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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鮨願ウ弋B | 1110100110111101100010101110100010110011100111000101010001000010 | e9bd8ae8b39c5442 |
EUC-JP | 鮨願ウ弋B | 111100101011111110110100111010101000111010110011110101111011010101000010 | f2bfb4ea8eb3d7b542 |
UTF-8 | 鮨願ウ弋B | 11101001101011101010100011101001101000011001100011101111101111011011001111100101101111001000101101000010 | e9aea8e9a198efbdb3e5bc8b42 |
UHC | ?願??B | 001111111110101011000011001111110011111101000010 | 3feac33f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)