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 | 押⑤?阿?? | 100010011001111110000111010001000011111110001000101000100011111100111111 | 899f87443f88a23f3f |
EUC-JP | 押??阿?? | 1011001010100001001111110011111110110000101001000011111100111111 | b2a13f3fb0a43f3f |
UTF-8 | 押⑤젾阿뗣렟 | 111001101000101010111100111000101001000110100100111011001010000010111110111010011001100010111111111010111001011110100011111010111010000010011111 | e68abce291a4eca0bee998bfeb97a3eba09f |
UHC | 押⑤젾阿뗣렟 | 111001001110001110101000111010111010000010110000111001001011100110001011111000111000111010110000 | e4e3a8eba0b0e4b98be38eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)