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 | 錵ъ渥 | 111010000100010110000100100011001000100010101101 | e845848c88ad |
EUC-JP | 錵ъ渥 | 111011111010011010100111111011001011000010101111 | efa6a7ecb0af |
UTF-8 | 錵ъ渥 | 1110100110001100101101011101000110001010111001101011100010100101 | e98cb5d18ae6b8a5 |
UHC | ?ъ渥 | 0011111110101100111011001110010011000110 | 3facece4c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)