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 | 葯р?逸 | 11100100110111101000010010000010001111111000100011101101 | e4de84823f88ed |
EUC-JP | 葯р?逸 | 11101000111000001010011111100010001111111011000011101111 | e8e0a7e23fb0ef |
UTF-8 | 葯р뫜逸 | 1110100010010001101011111101000110000000111010111010101110011100111010011000000010111000 | e891afd180ebab9ce980b8 |
UHC | 葯р뫜逸 | 1110010110110101101011001110001010010001101111001110110011101111 | e5b5ace291bcecef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)