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 | 證????台 | 1110011010011010001111110011111100111111001111111001000111100100 | e69a3f3f3f3f91e4 |
EUC-JP | 證????台 | 1110101111111010001111110011111100111111001111111100001011100110 | ebfa3f3f3f3fc2e6 |
UTF-8 | 證블렞렒뤈台 | 111010001010110110001001111010111011100010010100111010111010000010011110111010111010000010010010111010111010010010001000111001011000111110110000 | e8ad89ebb894eba09eeba092eba488e58fb0 |
UHC | 證블렞렒뤈台 | 111100011111101110111010111011011000111010101111100011101010011110001111101110001111011110111011 | f1fbbaed8eaf8ea78fb8f7bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)