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 | JASä· | 1001001001001010100100100100000110010011010100111110010010110111 | 924a92419353e4b7 |
SJIS-WIN | ?J?A?S?? | 0011111101001010001111110100000100111111010100110011111100111111 | 3f4a3f413f533f3f |
EUC-JP | ?J?A?Sä? | 00111111010010100011111101000001001111110101001110001111101010111010001100111111 | 3f4a3f413f538faba33f |
UTF-8 | JASä· | 11000010100100100100101011000010100100100100000111000010100100110101001111000011101001001100001010110111 | c2924ac29241c29353c3a4c2b7 |
UHC | ?J?A?S?· | 001111110100101000111111010000010011111101010011001111111010000110100100 | 3f4a3f413f533fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)