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 | 莠枇嚼岦ヲ | 111001001011101010010100111110001001101010010000111110101010110010100110 | e4ba94f89a90faaca6 |
EUC-JP | 莠枇嚼岦ヲ | 1110100010111100110010001111101011010011111100001000111110111011101100111000111010100110 | e8bcc8fad3f08fbbb38ea6 |
UTF-8 | 莠枇嚼岦ヲ | 111010001000111010100000111001101001111010000111111001011001101010111100111001011011001010100110111011111011110110100110 | e88ea0e69e87e59abce5b2a6efbda6 |
UHC | ?枇嚼?? | 00111111110111011110110111101101110001000011111100111111 | 3fddededc43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)