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 | ??舌?? | 001111110011111110010000111000110011111100111111 | 3f3f90e33f3f |
EUC-JP | ??舌?? | 001111110011111111000000111001010011111100111111 | 3f3fc0e53f3f |
UTF-8 | 롇렟舌롇렟 | 111010111010000110000111111010111010000010011111111010001000100010001100111010111010000110000111111010111010000010011111 | eba187eba09fe8888ceba187eba09f |
UHC | 롇렟舌롇렟 | 10001110110011011000111010110000111000001101111110001110110011011000111010110000 | 8ecd8eb0e0df8ecd8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)