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 | ????↑? | 00111111001111110011111100111111100000011010101000111111 | 3f3f3f3f81aa3f |
EUC-JP | 邕???↑? | 100011111110000111101101001111110011111100111111101000101010110000111111 | 8fe1ed3f3f3fa2ac3f |
UTF-8 | 邕딁댚掠↑뻗 | 111010011000001010010101111010111001010010000001111010111000110010011010111011111010010110110101111000101000011010010001111010111011101110010111 | e98295eb9481eb8c9aefa5b5e28691ebbb97 |
UHC | 邕딁댚掠↑뻗 | 111010001011101110001010111001111000100010111110111001011011000110100001111010001011101110111000 | e8bb8ae788bee5b1a1e8bbb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)