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 | 陰ъ?? | 100010010100000110000100100011000011111100111111 | 8941848c3f3f |
EUC-JP | 陰ъ?? | 101100011010001010100111111011000011111100111111 | b1a2a7ec3f3f |
UTF-8 | 陰ъ꽗若 | 1110100110011001101100001101000110001010111010101011110110010111111011111010010110110100 | e999b0d18aeabd97efa5b4 |
UHC | 陰ъ꽗若 | 1110101111100100101011001110110010000100101001101110010110101110 | ebe4acec84a6e5ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)