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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 籵場ロ\ | 111000101110000010001111111010101101101101011100 | e2e08feadb5c |
EUC-JP | 籵場ロ\ | 11100100111000101011111011101100100011101101101101011100 | e4e2beec8edb5c |
UTF-8 | 籵場ロ\ | 11100111101100011011010111100101101000001011010011101111101111101001101101011100 | e7b1b5e5a0b4efbe9b5c |
UHC | ?場?\ | 0011111111101101110111100011111101011100 | 3fedde3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)