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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 簑L簑L^ | 1111011011100010111000101100000001001100111101101110001011100010110000000100110001011110 | f6e2e2c04cf6e2e2c04c5e |
EUC-JP | ?簑L?簑L^ | 001111111110010011000010010011000011111111100100110000100100110001011110 | 3fe4c24c3fe4c24c5e |
UTF-8 | 簑L簑L^ | 111011101001010010001001111001111011000010010001010011001110111010010100100010011110011110110000100100010100110001011110 | ee9489e7b0914cee9489e7b0914c5e |
UHC | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)