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 | 紆泄譽 | 111000101111110010011111100101011110011010100011 | e2fc9f95e6a3 |
EUC-JP | 紆泄譽 | 111001001111111011011101111101011110110010100101 | e4feddf5eca5 |
UTF-8 | 紆泄譽 | 111001111011010010000110111001101011001110000100111010001010110110111101 | e7b486e6b384e8adbd |
UHC | 紆泄譽 | 111010011110000111100000110111001110011111100010 | e9e1e0dce7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)