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 | 譽o?樟ι? | 11100110101000111000001010001111001111111000111110111110100000111100011100111111 | e6a3828f3f8fbe83c73f |
EUC-JP | 譽o?樟ι? | 11101100101001011010001111101111001111111011111011000000101001101100100100111111 | eca5a3ef3fbec0a6c93f |
UTF-8 | 譽o풛樟ι쓳 | 1110100010101101101111011110111110111101100011111110110110010010100110111110011010101000100111111100111010111001111011001001001110110011 | e8adbdefbd8fed929be6a89fceb9ec93b3 |
UHC | 譽o풛樟ι쓳 | 111001111110001010100011111011111011111010011110111011011110100110100101111010011001110110010001 | e7e2a3efbe9eede9a5e99d91 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)