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 | 瀛??? | 1110000001101001001111110011111100111111 | e0693f3f3f |
EUC-JP | 瀛??? | 1101111111001010001111110011111100111111 | dfca3f3f3f |
UTF-8 | 瀛볣쭏樂 | 111001111000000010011011111010111011001110100011111011001010110110001111111011111010011010111111 | e7809bebb3a3ecad8fefa6bf |
UHC | 瀛볣쭏樂 | 1110011110111010100100111110100110100111100010001110100011111001 | e7ba93e9a788e8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)