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 | 陋帷砂阨セ | 111010001001101110011011111001111000110110111011111010001001010110111110 | e89b9be78dbbe895be |
EUC-JP | 陋帷砂阨セ | 11101111111110111101011011101001101110101011110111101111111101011000111010111110 | effbd6e9babdeff58ebe |
UTF-8 | 陋帷砂阨セ | 111010011001100110001011111001011011100010110111111001111010000010000010111010011001100010101000111011111011110110111110 | e9998be5b8b7e7a082e998a8efbdbe |
UHC | 陋?砂?? | 11010111101100000011111111011110111000110011111100111111 | d7b03fdee33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)