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 | 褥э?節? | 1110010111110001100001001000111100111111100100001101111100111111 | e5f1848f3f90df3f |
EUC-JP | 褥э?節? | 1110101011110011101001111110111100111111110000001110000100111111 | eaf3a7ef3fc0e13f |
UTF-8 | 褥э슁節좦 | 1110100010100100101001011101000110001101111011001000101010000001111001111010111110000000111011001010001010100110 | e8a4a5d18dec8a81e7af80eca2a6 |
UHC | 褥э슁節좦 | 11101001101100111010110011101111101111011011001111101111101111011010000101000010 | e9b3acefbdb3efbda142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)