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 | 敷?}敷?{^ | 100101010111111000111111011111011001010101111110001111110111101101011110 | 957e3f7d957e3f7b5e |
EUC-JP | 敷?}敷?{^ | 110010011101111100111111011111011100100111011111001111110111101101011110 | c9df3f7dc9df3f7b5e |
UTF-8 | 敷騈}敷騈{^ | 111001101001010110110111111010011010100010001000011111011110011010010101101101111110100110101000100010000111101101011110 | e695b7e9a8887de695b7e9a8887b5e |
UHC | 敷騈}敷騈{^ | 1101110110100111110111001100000001111101110111011010011111011100110000000111101101011110 | dda7dcc07ddda7dcc07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)