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 | 弔?製?畯 | 1001001010100010001111111001000010111011001111111111101101101111 | 92a23f90bb3ffb6f |
EUC-JP | 弔?製?畯 | 110001001010010000111111110000001011110100111111100011111100110110111011 | c4a43fc0bd3f8fcdbb |
UTF-8 | 弔렟製렩畯 | 111001011011110010010100111010111010000010011111111010001010001110111101111010111010000010101001111001111001010110101111 | e5bc94eba09fe8a3bdeba0a9e795af |
UHC | 弔렟製렩畯 | 11110000110000001000111010110000111100001011001010001110101101111111000111100001 | f0c08eb0f0b28eb7f1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)