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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??ヒ??B | 00111111001111111000001101110001001111110011111101000010 | 3f3f83713f3f42 |
EUC-JP | ??ヒ??B | 00111111001111111010010111010010001111110011111101000010 | 3f3fa5d23f3f42 |
UTF-8 | 룶즽ヒ룫켗B | 11101011101000111011011011101100101001101011110111100011100000111001001011101011101000111010101111101100101111001001011101000010 | eba3b6eca6bde38392eba3abecbc9742 |
UHC | 룶즽ヒ룫켗B | 1000111110101011101000111000111110101011110100101000111110100010101100010101000001000010 | 8faba38fabd28fa2b15042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)