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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??咀^ | 0011111100111111100110011111000001011110 | 3f3f99f05e |
EUC-JP | ??咀^ | 0011111100111111110100101111001001011110 | 3f3fd2f25e |
UTF-8 | 롇렋咀^ | 11101011101000011000011111101011101000001000101111100101100100101000000001011110 | eba187eba08be592805e |
UHC | 롇렋咀^ | 10001110110011011000111010100010111011101011101001011110 | 8ecd8ea2eeba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)