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 | ??仙??? | 00111111001111111001000011100101001111110011111100111111 | 3f3f90e53f3f3f |
EUC-JP | ??仙??? | 00111111001111111100000011100111001111110011111100111111 | 3f3fc0e73f3f3f |
UTF-8 | 손송仙셩뤋핦 | 111011001000011010010000111011001000011010100001111001001011101110011001111011001000010110101001111010111010010010001011111011011001010110100110 | ec8690ec86a1e4bb99ec85a9eba48bed95a6 |
UHC | 손송仙셩뤋핦 | 101111001101010110111100110110111110000010111001101111001100110110001111101110111100000101000010 | bcd5bcdbe0b9bccd8fbbc142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)