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 | 傲??烏? | 10011000111111000011111100111111100010010100011100111111 | 98fc3f3f89473f |
EUC-JP | 傲??烏? | 11010000111111100011111100111111101100011010100000111111 | d0fe3f3fb1a83f |
UTF-8 | 傲딉퐦烏낲 | 111001011000001010110010111010111001010010001001111011011001000010100110111001111000001110001111111010111000001010110010 | e582b2eb9489ed90a6e7838feb82b2 |
UHC | 傲딉퐦烏낲 | 11100111111011001000101011101111101111011000111111101000101000011000011001000110 | e7ec8aefbd8fe8a18646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)