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 | 癲??唯ζ? | 111000011001111100111111001111111001011101000010100000111100010000111111 | e19f3f3f974283c43f |
EUC-JP | 癲??唯ζ? | 111000101010000100111111001111111100110110100011101001101100011000111111 | e2a13f3fcda3a6c63f |
UTF-8 | 癲⒲굦唯ζ뉘 | 1110011110011001101100101110001010010010101100101110101010110101101001101110010110010100101011111100111010110110111010111000100110011000 | e799b2e292b2eab5a6e594afceb6eb8998 |
UHC | 癲⒲굦唯ζ뉘 | 111011111010011010101001111000111000001010001100111010101110011010100101111001101011010010110101 | efa6a9e3828ceae6a5e6b4b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)