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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 瘟????\ | 11100001100010010011111100111111001111110011111101011100 | e1893f3f3f3f5c |
EUC-JP | 瘟????\ | 11100001111010010011111100111111001111110011111101011100 | e1e93f3f3f3f5c |
UTF-8 | 瘟룩갬歷촩\ | 11100111100110001001111111101011101000111010100111101010101100001010110011101111101001101000110011101100101101001010100101011100 | e7989feba3a9eab0acefa68cecb4a95c |
UHC | 瘟룩갬歷촩\ | 1110100010110000101101111110100010110000101101111110011010111000101011000110011101011100 | e8b0b7e8b0b7e6b8ac675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)