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 | ???荏?? | 00111111001111110011111110001001011000000011111100111111 | 3f3f3f89603f3f |
EUC-JP | ???荏?? | 00111111001111110011111110110001110000010011111100111111 | 3f3f3fb1c13f3f |
UTF-8 | 淋딆껄荏㎫솻 | 111011111010011110110101111010111001010010000110111010101011101110000100111010001000110110001111111000111000111010101011111011001000011010111011 | efa7b5eb9486eabb84e88d8fe38eabec86bb |
UHC | 淋딆껄荏㎫솻 | 111011001111100010001010111011001011001010101100111011001111101110100111111001111001100110110000 | ecf88aecb2acecfba7e799b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)