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 | 雍逸松譴ッ | 111010001011010010001000111011011000111110111100111001101010001010101111 | e8b488ed8fbce6a2af |
EUC-JP | 雍逸松譴ッ | 11110000101101101011000011101111101111101011111011101100101001001000111010101111 | f0b6b0efbebeeca48eaf |
UTF-8 | 雍逸松譴ッ | 111010011001101110001101111010011000000010111000111001101001110110111110111010001010110110110100111011111011110110101111 | e99b8de980b8e69dbee8adb4efbdaf |
UHC | 雍逸松譴? | 111010001011110011101100111011111110000111100110110011001011100100111111 | e8bcecefe1e6ccb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)