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 | ?????碩 | 00111111001111110011111100111111001111111001000011010111 | 3f3f3f3f3f90d7 |
EUC-JP | ?????碩 | 00111111001111110011111100111111001111111100000011011001 | 3f3f3f3f3fc0d9 |
UTF-8 | 렱롗섯셰석碩 | 111010111010000010110001111010111010000110010111111011001000010010101111111011001000010110110000111011001000010010011101111001111010001010101001 | eba0b1eba197ec84afec85b0ec849de7a2a9 |
UHC | 렱롗섯셰석碩 | 100011101011111010001110110110111011110010111000101111001100111010111100101011101110000010110101 | 8ebe8edbbcb8bccebcaee0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)