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 | ?羨}?羨{^ | 001111111001000101000001011111010011111110010001010000010111101101011110 | 3f91417d3f91417b5e |
EUC-JP | 梡羨}梡羨{^ | 10001111110000111111001111000001101000100111110110001111110000111111001111000001101000100111101101011110 | 8fc3f3c1a27d8fc3f3c1a27b5e |
UTF-8 | 梡羨}梡羨{^ | 111001101010001010100001111001111011111010101000011111011110011010100010101000011110011110111110101010000111101101011110 | e6a2a1e7bea87de6a2a1e7bea87b5e |
UHC | 梡羨}梡羨{^ | 1110100011001001111000001100110001111101111010001100100111100000110011000111101101011110 | e8c9e0cc7de8c9e0cc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)