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 | ???S???S^ | 001111110011111100111111010100110011111100111111001111110101001101011110 | 3f3f3f533f3f3f535e |
SJIS-WIN | ???S???S^ | 001111110011111100111111010100110011111100111111001111110101001101011110 | 3f3f3f533f3f3f535e |
EUC-JP | ???S???S^ | 001111110011111100111111010100110011111100111111001111110101001101011110 | 3f3f3f533f3f3f535e |
UTF-8 | 혪책혺S혪책혺S^ | 111011011001100010101010111011001011000110000101111011011001100010111010010100111110110110011000101010101110110010110001100001011110110110011000101110100101001101011110 | ed98aaecb185ed98ba53ed98aaecb185ed98ba535e |
UHC | 혪책혺S혪책혺S^ | 110000101001001011000011101001011100001010011111010100111100001010010010110000111010010111000010100111110101001101011110 | c292c3a5c29f53c292c3a5c29f535e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)