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 | 持??晃?? | 1000111010011101001111110011111110001101010101110011111100111111 | 8e9d3f3f8d573f3f |
EUC-JP | 持??晃庾? | 10111011111111010011111100111111101110011011100010001111101111001100111000111111 | bbfd3f3fb9b88fbcce3f |
UTF-8 | 持렜뤈晃庾즼 | 111001101000110010000001111010111010000010011100111010111010010010001000111001101001100110000011111001011011101010111110111011001010011010111100 | e68c81eba09ceba488e69983e5babeeca6bc |
UHC | 持렜뤈晃庾즼 | 111100101010010110001110101011101000111110111000111111001100110011101010111011001010001110001110 | f2a58eae8fb8fccceaeca38e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)