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 | 展??? | 1001001101010111001111110011111100111111 | 93573f3f3f |
EUC-JP | 展??? | 1100010110111000001111110011111100111111 | c5b83f3f3f |
UTF-8 | 展얕렋렒 | 111001011011000110010101111011001001011010010101111010111010000010001011111010111010000010010010 | e5b195ec9695eba08beba092 |
UHC | 展얕렋렒 | 1110111011110111101111101110100010001110101000101000111010100111 | eef7bee88ea28ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)