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 | 陰ъ끂溜 | 1110100110011001101100001101000110001010111010111000000110000010111011111010011110001011 | e999b0d18aeb8182efa78b |
UHC | 陰ъ끂溜 | 1110101111100100101011001110110010000101101110001110101011111110 | ebe4acec85b8eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)