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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 倭▼?節? | 1001100001100000100000011010010100111111100100001101111100111111 | 986081a53f90df3f |
EUC-JP | 倭▼?節? | 1100111111000001101000101010011100111111110000001110000100111111 | cfc1a2a73fc0e13f |
UTF-8 | 倭▼즺節멨 | 111001011000000010101101111000101001011010111100111011001010011010111010111001111010111110000000111010111010100110101000 | e580ade296bceca6bae7af80eba9a8 |
UHC | 倭▼즺節멨 | 11101000110111101010000111100101101000111000110011101111101111011011100011100101 | e8dea1e5a38cefbdb8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)