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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隘??晨 | 111010001010010100111111001111111001110111101101 | e8a53f3f9ded |
EUC-JP | 隘??晨 | 111100001010011100111111001111111101101011101111 | f0a73f3fdaef |
UTF-8 | 隘뎶똜晨 | 111010011001101010011000111010111000111010110110111010111001100010011100111001101001100110101000 | e99a98eb8eb6eb989ce699a8 |
UHC | 隘뎶똜晨 | 1110010011110110100010011000100110001100010110011110001111100111 | e4f689898c59e3e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)