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 | 驍雁ュー | 111010011000001010001010111001011010110110110000 | e9828ae5adb0 |
EUC-JP | 驍雁ュー | 1111000111100010101101001110011110001110101011011000111010110000 | f1e2b4e78ead8eb0 |
UTF-8 | 驍雁ュー | 111010011010100110001101111010011001101110000001111011111011110110101101111011111011110110110000 | e9a98de99b81efbdadefbdb0 |
UHC | 驍雁?? | 111111011010010011100100110100100011111100111111 | fda4e4d23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)