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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 傭??\ | 1001011101100010001111110011111101011100 | 97623f3f5c |
EUC-JP | 傭??\ | 1100110111000011001111110011111101011100 | cdc33f3f5c |
UTF-8 | 傭됪봄\ | 11100101100000101010110111101011100100001010101011101011101101001000010001011100 | e582adeb90aaebb4845c |
UHC | 傭됪봄\ | 11101001101101101000100111100110101110101011110101011100 | e9b689e6babd5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)