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 | 荼借疾荼 | 1110010010110110100011101101100010001110101111101110010010110110 | e4b68ed88ebee4b6 |
EUC-JP | 荼借疾荼 | 1110100010111000101111001101101010111100110000001110100010111000 | e8b8bcdabcc0e8b8 |
UTF-8 | 荼借疾荼 | 111010001000110110111100111001011000000010011111111001111001011010111110111010001000110110111100 | e88dbce5809fe796bee88dbc |
UHC | ?借疾? | 001111111111001110101000111100101111000000111111 | 3ff3a8f2f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)