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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 屋??節ι’ | 10001001101011100011111100111111100100001101111110000011110001111000000101100110 | 89ae3f3f90df83c78166 |
EUC-JP | 屋??節ι’ | 10110010101100000011111100111111110000001110000110100110110010011010000111000111 | b2b03f3fc0e1a6c9a1c7 |
UTF-8 | 屋뷂풛節ι’ | 1110010110110001100010111110101110110111100000101110110110010010100110111110011110101111100000001100111010111001111000101000000010011001 | e5b18bebb782ed929be7af80ceb9e28099 |
UHC | 屋뷂풛節ι’ | 111010001010100110010100111011111011111010011110111011111011110110100101111010011010000110101111 | e8a994efbe9eefbda5e9a1af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)