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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霆ク邏玲昏 | 111010001011101110111000111001111011010010010111111001101000110110101000 | e8bbb8e7b497e68da8 |
EUC-JP | 霆ク邏玲昏 | 11110000101111011000111010111000111011101011011011001110111010001011101010101010 | f0bd8eb8eeb6cee8baaa |
UTF-8 | 霆ク邏玲昏 | 111010011001110010000110111011111011110110111000111010011000001010001111111001111000111010110010111001101001100010001111 | e99c86efbdb8e9828fe78eb2e6988f |
UHC | 霆?邏玲昏 | 111011111111110100111111110101011010010011010110101111001111101111100111 | effd3fd5a4d6bcfbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)