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 | H½Yä· | 1001001001001000100100011011110110010010010110011110010010110111 | 924891bd9259e4b7 |
SJIS-WIN | ?H???Y?? | 0011111101001000001111110011111100111111010110010011111100111111 | 3f483f3f3f593f3f |
EUC-JP | ?H???Yä? | 00111111010010000011111100111111001111110101100110001111101010111010001100111111 | 3f483f3f3f598faba33f |
UTF-8 | H½Yä· | 1100001010010010010010001100001010010001110000101011110111000010100100100101100111000011101001001100001010110111 | c29248c291c2bdc29259c3a4c2b7 |
UHC | ?H?½?Y?· | 00111111010010000011111110101000111101100011111101011001001111111010000110100100 | 3f483fa8f63f593fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)