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 | 邊ォ謇狗阜 | 111001111011001010101011111001101000100110001011111001111001010110001100 | e7b2abe6898be7958c |
EUC-JP | 邊ォ謇狗阜 | 11101110101101001000111010101011111010111110100110110110111010011100100111101100 | eeb48eabebe9b6e9c9ec |
UTF-8 | 邊ォ謇狗阜 | 111010011000001010001010111011111011110110101011111010001010110010000111111001111000101110010111111010011001100010011100 | e9828aefbdabe8ac87e78b97e9989c |
UHC | 邊??狗阜 | 1101110010101011001111110011111111001111101101111101110110111101 | dcab3f3fcfb7ddbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)