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 | 業??悅e? | 100010111100011000111111001111111111101010111101100000101000010100111111 | 8bc63f3ffabd82853f |
EUC-JP | 業???e? | 1011011011001000001111110011111100111111101000111110010100111111 | b6c83f3f3fa3e53f |
UTF-8 | 業붹뉘悅e깏 | 111001101010010110101101111010111011011010111001111010111000100110011000111001101000001010000101111011111011110110000101111010101011100110001111 | e6a5adebb6b9eb8998e68285efbd85eab98f |
UHC | 業붹뉘悅e깏 | 111001011111011010010100111001101011010010110101111001101110110110100011111001011000001110001010 | e5f694e6b4b5e6eda3e5838a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)