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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遒遂:褊 | 1110011110100010100100001000101110000001010001101110010111101101 | e7a2908b8146e5ed |
EUC-JP | 遒遂:褊 | 1110111010100100101111111110101110100001101001111110101011101111 | eea4bfeba1a7eaef |
UTF-8 | 遒遂:褊 | 111010011000000110010010111010011000000110000010111011111011110010011010111010001010010010001010 | e98192e98182efbc9ae8a48a |
UHC | ?遂:? | 001111111110001011000100101000111011101000111111 | 3fe2c4a3ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)