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 | 薔?絶?? | 11100101010010110011111110010000111000100011111100111111 | e54b3f90e23f3f |
EUC-JP | 薔?絶?? | 11101001101011000011111111000000111001000011111100111111 | e9ac3fc0e43f3f |
UTF-8 | 薔퍫絶뺧슴 | 111010001001011010010100111011011000110110101011111001111011010110110110111010111011101010100111111011001000101010110100 | e89694ed8dabe7b5b6ebbaa7ec8ab4 |
UHC | 薔퍫絶뺧슴 | 11101101111110011011110001000010111011111011111010010101111011111011110110111111 | edf9bc42efbe95efbdbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)