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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 繞遂芥 | 111000111000010110010000100010111000101001001000 | e385908b8a48 |
EUC-JP | 繞遂芥 | 111001011110010110111111111010111011001110101001 | e5e5bfebb3a9 |
UTF-8 | 繞遂芥 | 111001111011100110011110111010011000000110000010111010001000101010100101 | e7b99ee98182e88aa5 |
UHC | 繞遂芥 | 111010011010010011100010110001001100101111001110 | e9a4e2c4cbce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)