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 | 第?運篩痂 | 100100011110011000111111100010010101111011100010101111111110000101101111 | 91e63f895ee2bfe16f |
EUC-JP | 第?運篩痂 | 110000101110100000111111101100011011111111100100110000011110000111010000 | c2e83fb1bfe4c1e1d0 |
UTF-8 | 第렞運篩痂 | 111001111010110010101100111010111010000010011110111010011000000110001011111001111010111110101001111001111001011110000010 | e7acaceba09ee9818be7afa9e79782 |
UHC | 第렞運篩痂 | 11110000101011111000111010101111111010101010000111011110111010001100101010110010 | f0af8eafeaa1dee8cab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)