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 | 逸??? | 1000100011101101001111110011111100111111 | 88ed3f3f3f |
EUC-JP | 逸??? | 1011000011101111001111110011111100111111 | b0ef3f3f3f |
UTF-8 | 逸쇤썼뤗 | 111010011000000010111000111011001000011110100100111011001000110110111100111010111010010010010111 | e980b8ec87a4ec8dbceba497 |
UHC | 逸쇤썼뤗 | 1110110011101111101111001110100110111101111010001000111111000111 | ecefbce9bde88fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)