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 | ??濡歌 | 001111110011111110010100010001111000100111001100 | 3f3f944789cc |
EUC-JP | ??濡歌 | 001111110011111111000111101010001011001011001110 | 3f3fc7a8b2ce |
UTF-8 | 뤗粒濡歌 | 111010111010010010010111111011111010011110111001111001101011111110100001111001101010110110001100 | eba497efa7b9e6bfa1e6ad8c |
UHC | 뤗粒濡歌 | 1000111111000111111011011010001111101011101000011100101010110000 | 8fc7eda3eba1cab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)