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 | ????noBF | 0011111100111111001111110011111101101110011011110100001001000110 | 3f3f3f3f6e6f4246 |
SJIS-WIN | ?熏?萱noBF | 00111111111000001000110100111111100010101001111001101110011011110100001001000110 | 3fe08d3f8a9e6e6f4246 |
EUC-JP | ?熏?萱noBF | 00111111110111111110110100111111101100111111111001101110011011110100001001000110 | 3fdfed3fb3fe6e6f4246 |
UTF-8 | 뤈熏뤈萱noBF | 11101011101001001000100011100111100001101000111111101011101001001000100011101000100100001011000101101110011011110100001001000110 | eba488e7868feba488e890b16e6f4246 |
UHC | 뤈熏뤈萱noBF | 100011111011100011111101101101111000111110111000111111011100000001101110011011110100001001000110 | 8fb8fdb78fb8fdc06e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)