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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 騾手ゥ樊升隍 | 1110100110000000100011101110100010101001100111101110011010001111101000011110100010100100 | e9808ee8a99ee68fa1e8a4 |
EUC-JP | 騾手ゥ樊升隍 | 111100011110000010111100111010101000111010101001110111001110100010111110101000111111000010100110 | f1e0bcea8ea9dce8bea3f0a6 |
UTF-8 | 騾手ゥ樊升隍 | 111010011010100010111110111001101000100110001011111011111011110110101001111001101010100010001010111001011000110110000111111010011001101010001101 | e9a8bee6898befbda9e6a88ae58d87e99a8d |
UHC | ?手?樊升隍 | 00111111111000101010001000111111110110111110000011100011101011101111110011011011 | 3fe2a23fdbe0e3aefcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)