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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 濚???? | 10001111110010011010000100111111001111110011111100111111 | 8fc9a13f3f3f3f |
UTF-8 | 濚밤꺂짯若 | 111001101011111110011010111010111011000010100100111010101011101010000010111011001010011110101111111011111010010110110100 | e6bf9aebb0a4eaba82eca7afefa5b4 |
UHC | 濚밤꺂짯若 | 11100111101110011011100111100011100000111010101111000010101011011110010110101110 | e7b9b9e383abc2ade5ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)