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 | 霓?譽 | 1110100010111101001111111110011010100011 | e8bd3fe6a3 |
EUC-JP | 霓?譽 | 1111000010111111001111111110110010100101 | f0bf3feca5 |
UTF-8 | 霓샕譽 | 111010011001110010010011111011001000001110010101111010001010110110111101 | e99c93ec8395e8adbd |
UHC | 霓샕譽 | 111001111110011110011000110000101110011111100010 | e7e798c2e7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)