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 | ?削提? | 001111111000110111101101100100101111000100111111 | 3f8ded92f13f |
EUC-JP | ?削提? | 001111111011101011101111110001001111001100111111 | 3fbaefc4f33f |
UTF-8 | 寮削提롉 | 111011111010011010111100111001011000100110001010111001101000111110010000111010111010000110001001 | efa6bce5898ae68f90eba189 |
UHC | 寮削提롉 | 1110100011110000110111101111101111110000101010111000111011001111 | e8f0defbf0ab8ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)