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 | 際?才?弔 | 1000110111011011001111111000110111001011001111111001001010100010 | 8ddb3f8dcb3f92a2 |
EUC-JP | 際?才?弔 | 1011101011011101001111111011101011001101001111111100010010100100 | badd3fbacd3fc4a4 |
UTF-8 | 際렑才렱弔 | 111010011001101010011011111010111010000010010001111001101000100110001101111010111010000010110001111001011011110010010100 | e99a9beba091e6898deba0b1e5bc94 |
UHC | 際렑才렱弔 | 11110000101101111000111010100110111011101010011010001110101111101111000011000000 | f0b78ea6eea68ebef0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)