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 | 泳g?巽?? | 100010010110101010000010100001110011111110010010010001100011111100111111 | 896a82873f92463f3f |
EUC-JP | 泳g?巽?? | 101100011100101110100011111001110011111111000011101001110011111100111111 | b1cba3e73fc3a73f3f |
UTF-8 | 泳g㈅巽사땃 | 111001101011001110110011111011111011110110000111111000111000100010000101111001011011011110111101111011001000001010101100111010111001010110000011 | e6b3b3efbd87e38885e5b7bdec82aceb9583 |
UHC | 泳g㈅巽사땃 | 111001111011011010100011111001111010100110110110111000011101111010111011111001111011011010100011 | e7b6a3e7a9b6e1debbe7b6a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)