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 | 霍護┳ | 111010001011011110001100111011001000010010110001 | e8b78cec84b1 |
EUC-JP | 霍護┳ | 111100001011100110111000111011101010100010110011 | f0b9b8eea8b3 |
UTF-8 | 霍護┳ | 111010011001110010001101111010001010110110110111111000101001010010110011 | e99c8de8adb7e294b3 |
UHC | ?護┳ | 0011111111111011110111101010011010110011 | 3ffbdea6b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)