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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雉願ォセ | 111010001011001110001010111010001010101110111110 | e8b38ae8abbe |
EUC-JP | 雉願ォセ | 1111000010110101101101001110101010001110101010111000111010111110 | f0b5b4ea8eab8ebe |
UTF-8 | 雉願ォセ | 111010011001101110001001111010011010000110011000111011111011110110101011111011111011110110111110 | e99b89e9a198efbdabefbdbe |
UHC | 雉願?? | 111101101100101111101010110000110011111100111111 | f6cbeac33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)