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 | 鏥嘲黯 | 111010000101010010011010011111011110101001111110 | e8549a7dea7e |
EUC-JP | 鏥嘲黯 | 111011111011010111010011110111101111001111011111 | efb5d3def3df |
UTF-8 | 鏥嘲黯 | 111010011000111110100101111001011001100010110010111010011011101110101111 | e98fa5e598b2e9bbaf |
UHC | ?嘲? | 00111111111100001011111100111111 | 3ff0bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)