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 | 帳?ズ??? | 1001001010100000001111111000001101011001001111110011111100111111 | 92a03f83593f3f3f |
EUC-JP | 帳?ズ獒?? | 11000100101000100011111110100101101110101000111111001011101110110011111100111111 | c4a23fa5ba8fcbbb3f3f |
UTF-8 | 帳긺ズ獒밧ㅁ | 111001011011100010110011111010101011100010111010111000111000001010111010111001111000110110010010111010111011000010100111111000111000010110000001 | e5b8b3eab8bae382bae78d92ebb0a7e38581 |
UHC | 帳긺ズ獒밧ㅁ | 111011011110001110110001111001111010101110111010111010001010001110111001111001011010010010110001 | ede3b1e7abbae8a3b9e5a4b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)