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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 弱??絶??\ | 100011101110001100111111001111111001000011100010001111110011111101011100 | 8ee33f3f90e23f3f5c |
EUC-JP | 弱??絶??\ | 101111001110010100111111001111111100000011100100001111110011111101011100 | bce53f3fc0e43f3f5c |
UTF-8 | 弱녺춱絶쒏쓸\ | 11100101101111001011000111101011100001011011101011101100101101101011000111100111101101011011011011101100100100101000111111101100100100111011100001011100 | e5bcb1eb85baecb6b1e7b5b6ec928fec93b85c |
UHC | 弱녺춱絶쒏쓸\ | 11100101101100001000011011100111101011011000110111101111101111101001110011100110101111101011010101011100 | e5b086e7ad8defbe9ce6beb55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)