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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 閠倅シ∝刈 | 111010001000000010011000111001001011110010000001111001011000101010100000 | e88098e4bc81e58aa0 |
EUC-JP | 閠倅シ∝刈 | 11101111111000001101000011100110100011101011110010100010111001111011010010100010 | efe0d0e68ebca2e7b4a2 |
UTF-8 | 閠倅シ∝刈 | 111010011001011010100000111001011000000010000101111011111011110110111100111000101000100010011101111001011000100010001000 | e996a0e58085efbdbce2889de58888 |
UHC | ???∝刈 | 00111111001111110011111110100001111100001110011111010100 | 3f3f3fa1f0e7d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)