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 | 書?}書?{^ | 100011111001000100111111011111011000111110010001001111110111101101011110 | 8f913f7d8f913f7b5e |
EUC-JP | 書?}書?{^ | 101111011111000100111111011111011011110111110001001111110111101101011110 | bdf13f7dbdf13f7b5e |
UTF-8 | 書걋}書걋{^ | 111001101001101110111000111010101011000110001011011111011110011010011011101110001110101010110001100010110111101101011110 | e69bb8eab18b7de69bb8eab18b7b5e |
UHC | 書걋}書걋{^ | 1101111111110110101100001100000001111101110111111111011010110000110000000111101101011110 | dff6b0c07ddff6b0c07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)