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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 粐韵}粐韵{^ | 1110001011100010111010001110111101111101111000101110001011101000111011110111101101011110 | e2e2e8ef7de2e2e8ef7b5e |
EUC-JP | 粐韵}粐韵{^ | 1110010011100100111100001111000101111101111001001110010011110000111100010111101101011110 | e4e4f0f17de4e4f0f17b5e |
UTF-8 | 粐韵}粐韵{^ | 111001111011001010010000111010011001111110110101011111011110011110110010100100001110100110011111101101010111101101011110 | e7b290e99fb57de7b290e99fb57b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)