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 | 艪掀痳艪掀痳^ | 11100100100000101001110101110110111000011000010111100100100000101001110101110110111000011000010101011110 | e4829d76e185e4829d76e1855e |
EUC-JP | 艪掀痳艪掀痳^ | 11100111111000101101100111010111111000011110010111100111111000101101100111010111111000011110010101011110 | e7e2d9d7e1e5e7e2d9d7e1e55e |
UTF-8 | 艪掀痳艪掀痳^ | 11101000100010011010101011100110100011101000000011100111100101111011001111101000100010011010101011100110100011101000000011100111100101111011001101011110 | e889aae68e80e797b3e889aae68e80e797b35e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)