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 | 傳??蛟? | 10011001010000100011111100111111111001011000000000111111 | 99423f3fe5803f |
EUC-JP | 傳??蛟? | 11010001101000110011111100111111111010011110000000111111 | d1a33f3fe9e03f |
UTF-8 | 傳렋欌蛟렯 | 111001011000001010110011111010111010000010001011111001101010110010001100111010001001101110011111111010111010000010101111 | e582b3eba08be6ac8ce89b9feba0af |
UHC | 傳렋欌蛟렯 | 11101110111011101000111010100010111011011110101111001110111100011000111010111100 | eeee8ea2edebcef18ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)