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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 璋?漿??? | 1110000011110110001111111001111111110111001111110011111100111111 | e0f63f9ff73f3f3f |
EUC-JP | 璋?漿?獐? | 11100000111110000011111111011110111110010011111110001111110010111011101000111111 | e0f83fdef93f8fcbba3f |
UTF-8 | 璋렭漿렞獐렜 | 111001111001001010001011111010111010000010101101111001101011110010111111111010111010000010011110111001111000110110010000111010111010000010011100 | e7928beba0ade6bcbfeba09ee78d90eba09c |
UHC | 璋렭漿렞獐렜 | 111011011111000010001110101110101110110111101100100011101010111111101101111011111000111010101110 | edf08ebaedec8eafedef8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)