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 | 鈺??歟 | 111110111100010000111111001111111001111101100010 | fbc43f3f9f62 |
EUC-JP | 鈺?˙歟 | 100011111110001111010101001111111000111110100010101100101101110111000011 | 8fe3d53f8fa2b2ddc3 |
UTF-8 | 鈺잒˙歟 | 1110100110001000101110101110110010011110100100101100101110011001111001101010110110011111 | e988baec9e92cb99e6ad9f |
UHC | 鈺잒˙歟 | 1110100010101101100111111110100010100010101010111110011010100010 | e8ad9fe8a2abe6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)