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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ????ヂ^ | 00111111001111110011111100111111100000110110000101011110 | 3f3f3f3f83615e |
EUC-JP | ????ヂ^ | 00111111001111110011111100111111101001011100001001011110 | 3f3f3f3fa5c25e |
UTF-8 | 룶췧룶콓ヂ^ | 11101011101000111011011011101100101101111010011111101011101000111011011011101100101111011001001111100011100000111000001001011110 | eba3b6ecb7a7eba3b6ecbd93e383825e |
UHC | 룶췧룶콓ヂ^ | 1000111110101011101011100110011010001111101010111011000110001111101010111100001001011110 | 8fabae668fabb18fabc25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)