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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 永???②? | 1000100101101001001111110011111100111111100001110100000100111111 | 89693f3f3f87413f |
EUC-JP | 永??彛?? | 101100011100101000111111001111111000111110111100111110100011111100111111 | b1ca3f3f8fbcfa3f3f |
UTF-8 | 永띕톪彛②뿈 | 111001101011000010111000111010111001110110010101111011011000011010101010111001011011110110011011111000101001000110100001111010111011111110001000 | e6b0b8eb9d95ed86aae5bd9be291a1ebbf88 |
UHC | 永띕톪彛②뿈 | 111001111011010110110110111010111011011110000010111011001010110110101000111010001001011110001111 | e7b5b6ebb782ecada8e8978f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)