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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 谿上圭 | 111001101010111010001111111000111000110001011100 | e6ae8fe38c5c |
EUC-JP | 谿上圭 | 111011001011000010111110111001011011011110111101 | ecb0bee5b7bd |
UTF-8 | 谿上圭 | 111010001011000010111111111001001011100010001010111001011001110010101101 | e8b0bfe4b88ae59cad |
UHC | 谿上圭 | 110011011010110011011111101111101101000010100100 | cdacdfbed0a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)