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 | ??楯? | 0011111100111111100011110111110000111111 | 3f3f8f7c3f |
EUC-JP | ??楯? | 0011111100111111101111011101110100111111 | 3f3fbddd3f |
UTF-8 | 쒜장楯뤚 | 111011001001001010011100111011001001111010100101111001101010010110101111111010111010010010011010 | ec929cec9ea5e6a5afeba49a |
UHC | 쒜장楯뤚 | 1011111010101110110000001110010111100010111001001000111111001001 | beaec0e5e2e48fc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)