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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 碍??容 | 100010100101011000111111001111111001011101100101 | 8a563f3f9765 |
EUC-JP | 碍??容 | 101100111011011100111111001111111100110111000110 | b3b73f3fcdc6 |
UTF-8 | 碍뉐삻容 | 111001111010001010001101111010111000100110010000111011001000001010111011111001011010111010111001 | e7a28deb8990ec82bbe5aeb9 |
UHC | 碍뉐삻容 | 1110010011110100100001111110010110011000101100101110100110111011 | e4f487e598b2e9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)