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 | 秣簟}秣簟{^ | 1110001001100001111000101101000001111101111000100110000111100010110100000111101101011110 | e261e2d07de261e2d07b5e |
EUC-JP | 秣簟}秣簟{^ | 1110001111000010111001001101001001111101111000111100001011100100110100100111101101011110 | e3c2e4d27de3c2e4d27b5e |
UTF-8 | 秣簟}秣簟{^ | 111001111010011110100011111001111011000010011111011111011110011110100111101000111110011110110000100111110111101101011110 | e7a7a3e7b09f7de7a7a3e7b09f7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)