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 | 莠罷ャ尖民 | 111001001011101010010100111010111010110010010000111010111001011010101111 | e4ba94ebac90eb96af |
EUC-JP | 莠罷ャ尖民 | 11101000101111001100100011101101100011101010110011000000111011011100110010110001 | e8bcc8ed8eacc0edccb1 |
UTF-8 | 莠罷ャ尖民 | 111010001000111010100000111001111011110110110111111011111011110110101100111001011011000010010110111001101011000010010001 | e88ea0e7bdb7efbdace5b096e6b091 |
UHC | ?罷?尖民 | 0011111111110111111100110011111111110100110100111101101011000101 | 3ff7f33ff4d3dac5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)