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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 箋わ?節? | 1110001010110011100000101110110100111111100100001101111100111111 | e2b382ed3f90df3f |
EUC-JP | 箋わ?節? | 1110010010110101101001001110111100111111110000001110000100111111 | e4b5a4ef3fc0e13f |
UTF-8 | 箋わ풒節쪩 | 111001111010111010001011111000111000001010001111111011011001001010010010111001111010111110000000111011001010101010101001 | e7ae8be3828fed9292e7af80ecaaa9 |
UHC | 箋わ풒節쪩 | 11101111101010001010101011101111101111101001011011101111101111011010011001000010 | efa8aaefbe96efbda642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)