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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 按甕崇?? | 1000100011000010111000010101000010010000100100100011111100111111 | 88c2e15090923f3f |
EUC-JP | 按甕崇?? | 1011000011000100111000011011000110111111111100100011111100111111 | b0c4e1b1bff23f3f |
UTF-8 | 按甕崇롕렚 | 111001101000110010001001111001111001010010010101111001011011010010000111111010111010000110010101111010111010000010011010 | e68c89e79495e5b487eba195eba09a |
UHC | 按甕崇롕렚 | 11100100110011101110100010111000111000101111110110001110110110011000111010101101 | e4cee8b8e2fd8ed98ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)