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 | 預??柚?? | 1001011101100001001111110011111110010111010011010011111100111111 | 97613f3f974d3f3f |
EUC-JP | 預??柚?? | 1100110111000010001111110011111111001101101011100011111100111111 | cdc23f3fcdae3f3f |
UTF-8 | 預쎈쐡柚곲툣 | 111010011010000010010000111011001000111010001000111011001001000010100001111001101001111110011010111010101011001110110010111011011000100010100011 | e9a090ec8e88ec90a1e69f9aeab3b2ed88a3 |
UHC | 預쎈쐡柚곲툣 | 111001111110100010111101111010111001110010000111111010101111011010000001111010011011100010011010 | e7e8bdeb9c87eaf681e9b89a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)