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 | 霆ク邏唯 | 11101000101110111011100011100111101101001001011101000010 | e8bbb8e7b49742 |
EUC-JP | 霆ク邏唯 | 1111000010111101100011101011100011101110101101101100110110100011 | f0bd8eb8eeb6cda3 |
UTF-8 | 霆ク邏唯 | 111010011001110010000110111011111011110110111000111010011000001010001111111001011001010010101111 | e99c86efbdb8e9828fe594af |
UHC | 霆?邏唯 | 11101111111111010011111111010101101001001110101011100110 | effd3fd5a4eae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)