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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蒸矜???? | 1000111111110110111000011110000000111111001111110011111100111111 | 8ff6e1e03f3f3f3f |
EUC-JP | 蒸矜??孼? | 10111110111110001110001011100010001111110011111110001111101110101100001100111111 | bef8e2e23f3f8fbac33f |
UTF-8 | 蒸矜렋렒孼렱 | 111010001001001010111000111001111001111110011100111010111010000010001011111010111010000010010010111001011010110110111100111010111010000010110001 | e892b8e79f9ceba08beba092e5adbceba0b1 |
UHC | 蒸矜렋렒孼렱 | 111100011111101011010000111010001000111010100010100011101010011111100101111011011000111010111110 | f1fad0e88ea28ea7e5ed8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)