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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??價 | 00111111001111111001100101001010 | 3f3f994a |
EUC-JP | ??價 | 00111111001111111101000110101011 | 3f3fd1ab |
UTF-8 | 뤝뱅價 | 111010111010010010011101111010111011000110000101111001011000001110111001 | eba49debb185e583b9 |
UHC | 뤝뱅價 | 100011111100110010111001111100001100101010100100 | 8fccb9f0caa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)