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 | 泳??巽?2 | 100010010110101000111111001111111001001001000110001111111000001001010001 | 896a3f3f92463f8251 |
EUC-JP | 泳??巽?2 | 101100011100101100111111001111111100001110100111001111111010001110110010 | b1cb3f3fc3a73fa3b2 |
UTF-8 | 泳든뀢巽먫2 | 111001101011001110110011111010111001001110100000111010111000000010100010111001011011011110111101111010111010100010101011111011111011110010010010 | e6b3b3eb93a0eb80a2e5b7bdeba8abefbc92 |
UHC | 泳든뀢巽먫2 | 111001111011011010110101111001111000010110011001111000011101111010010000111010001010001110110010 | e7b6b5e78599e1de90e8a3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)