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 | 荻瀨??? | 10001001101011001111101101010000001111110011111100111111 | 89acfb503f3f3f |
EUC-JP | 荻???? | 101100101010111000111111001111110011111100111111 | b2ae3f3f3f3f |
UTF-8 | 荻瀨렱멸렫 | 111010001000110110111011111001111000000010101000111010111010000010110001111010111010100110111000111010111010000010101011 | e88dbbe780a8eba0b1eba9b8eba0ab |
UHC | 荻瀨렱멸렫 | 11101110111000101101011011101110100011101011111010111000111010101000111010111001 | eee2d6ee8ebeb8ea8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)