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 | ??霽? | 0011111100111111111010001100011100111111 | 3f3fe8c73f |
EUC-JP | ??霽? | 0011111100111111111100001100100100111111 | 3f3ff0c93f |
UTF-8 | 솨소霽溺 | 111011001000011010101000111011001000011010001100111010011001110010111101111011111010011110101100 | ec86a8ec868ce99cbdefa7ac |
UHC | 솨소霽溺 | 1011110011011101101111001101001011110000101110001110110011001010 | bcddbcd2f0b8ecca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)