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 | ????_ | 0011111100111111001111110011111101011111 | 3f3f3f3f5f |
SJIS-WIN | ????_ | 0011111100111111001111110011111101011111 | 3f3f3f3f5f |
EUC-JP | ????_ | 0011111100111111001111110011111101011111 | 3f3f3f3f5f |
UTF-8 | 센셕센섭_ | 11101100100001001011110011101100100001011001010111101100100001001011110011101100100001001010110101011111 | ec84bcec8595ec84bcec84ad5f |
UHC | 센셕센섭_ | 101111001011111010111100110001101011110010111110101111001011011101011111 | bcbebcc6bcbebcb75f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)