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 | 暎??陰? | 10011101111100110011111100111111100010010100000100111111 | 9df33f3f89413f |
EUC-JP | 暎??陰? | 11011010111101010011111100111111101100011010001000111111 | daf53f3fb1a23f |
UTF-8 | 暎㏓뵂陰풵 | 111001101001101010001110111000111000111110010011111010111011010110000010111010011001100110110000111011011001001010110101 | e69a8ee38f93ebb582e999b0ed92b5 |
UHC | 暎㏓뵂陰풵 | 11100111101100101010011111101011100101001000100011101011111001001011111101010111 | e7b2a7eb9488ebe4bf57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)