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 | 閭厥カ | 1110100010000011100110011100111010110110 | e88399ceb6 |
EUC-JP | 閭厥カ | 111011111110001111010010110100001000111010110110 | efe3d2d08eb6 |
UTF-8 | 閭厥カ | 111010011001011010101101111001011000111010100101111011111011110110110110 | e996ade58ea5efbdb6 |
UHC | 閭厥? | 1101010111101111110011111111000000111111 | d5efcff03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)