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 | 苹合ぜ鐔 | 1110010010011001100011011000011110000010101110101110100001011100 | e4998d8782bae85c |
EUC-JP | 苹合ぜ鐔 | 1110011111111001101110011110011110100100101111001110111110111101 | e7f9b9e7a4bcefbd |
UTF-8 | 苹合ぜ鐔 | 111010001000101110111001111001011001000010001000111000111000000110011100111010011001000010010100 | e88bb9e59088e3819ce99094 |
UHC | ?合ぜ? | 001111111111100111101010101010101011110000111111 | 3ff9eaaabc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)