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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 疫??節?? | 1000100101110101001111110011111110010000110111110011111100111111 | 89753f3f90df3f3f |
EUC-JP | 疫??節?? | 1011000111010110001111110011111111000000111000010011111100111111 | b1d63f3fc0e13f3f |
UTF-8 | 疫섌닇節⑼푴 | 111001111001011010101011111011001000010010001100111010111000101110000111111001111010111110000000111000101001000110111100111011011001000110110100 | e796abec848ceb8b87e7af80e291bced91b4 |
UHC | 疫섌닇節⑼푴 | 111001101011100110011000111010011000100010010000111011111011110110101001111011111011111010000010 | e6b998e98890efbda9efbe82 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)