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 | 一??逸 | 100010001110101000111111001111111000100011101101 | 88ea3f3f88ed |
EUC-JP | 一??逸 | 101100001110110000111111001111111011000011101111 | b0ec3f3fb0ef |
UTF-8 | 一띌칟逸 | 111001001011100010000000111010111001110110001100111011001011100110011111111010011000000010111000 | e4b880eb9d8cecb99fe980b8 |
UHC | 一띌칟逸 | 1110110011101001101101101110100111000100101001001110110011101111 | ece9b6e9c4a4ecef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)