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 | 雄豆?但 | 10010111010110011001001110100100001111111001001001000001 | 975993a43f9241 |
EUC-JP | 雄豆?但 | 11001101101110101100011010100110001111111100001110100010 | cdbac6a63fc3a2 |
UTF-8 | 雄豆렒但 | 111010011001101110000100111010001011000110000110111010111010000010010010111001001011110110000110 | e99b84e8b186eba092e4bd86 |
UHC | 雄豆렒但 | 1110101010101001110101001110011110001110101001111101001110100011 | eaa9d4e78ea7d3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)