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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 陣??陣??^ | 100100000111011100111111001111111001000001110111001111110011111101011110 | 90773f3f90773f3f5e |
EUC-JP | 陣??陣??^ | 101111111101100000111111001111111011111111011000001111110011111101011110 | bfd83f3fbfd83f3f5e |
UTF-8 | 陣렻롚陣렻롘^ | 11101001100110011010001111101011101000001011101111101011101000011001101011101001100110011010001111101011101000001011101111101011101000011001100001011110 | e999a3eba0bbeba19ae999a3eba0bbeba1985e |
UHC | 陣렻롚陣렻롘^ | 11110010111001101000111011000011100011101101111011110010111001101000111011000011100011101101110001011110 | f2e68ec38edef2e68ec38edc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)