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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???鈒 | 001111110011111100111111100011111110001111000010 | 3f3f3f8fe3c2 |
UTF-8 | 롐뤰탮鈒 | 111010111010000110010000111010111010010010110000111011011000001110101110111010011000100010010010 | eba190eba4b0ed83aee98892 |
UHC | 롐뤰탮鈒 | 1000111011010110100011111101111010110101100011101101111110111100 | 8ed68fdeb58edfbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)