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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??扇?? | 001111110011111110010000111011100011111100111111 | 3f3f90ee3f3f |
EUC-JP | ??扇?? | 001111110011111111000000111100000011111100111111 | 3f3fc0f03f3f |
UTF-8 | 롒렟扇롒렟 | 111010111010000110010010111010111010000010011111111001101000100110000111111010111010000110010010111010111010000010011111 | eba192eba09fe68987eba192eba09f |
UHC | 롒렟扇롒렟 | 10001110110101111000111010110000111000001011111110001110110101111000111010110000 | 8ed78eb0e0bf8ed78eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)