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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ???彛? | 00111111001111110011111110001111101111001111101000111111 | 3f3f3f8fbcfa3f |
UTF-8 | 療먯빇彛꿊 | 111011111010011110000001111010111010100010101111111010111011100110000111111001011011110110011011111010101011111110001010 | efa781eba8afebb987e5bd9beabf8a |
UHC | 療먯빇彛꿊 | 11101000111111101001000011101100100101011010111011101100101011011000010101001000 | e8fe90ec95aeecad8548 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)