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 | 邊ォ謇句小陝 | 1110011110110010101010111110011010001001100010111110010110001111101011001110100010011111 | e7b2abe6898be58face89f |
EUC-JP | 邊ォ謇句小陝 | 111011101011010010001110101010111110101111101001101101101110011110111110101011101111000010100001 | eeb48eabebe9b6e7beaef0a1 |
UTF-8 | 邊ォ謇句小陝 | 111010011000001010001010111011111011110110101011111010001010110010000111111001011000111110100101111001011011000010001111111010011001100110011101 | e9828aefbdabe8ac87e58fa5e5b08fe9999d |
UHC | 邊??句小陝 | 11011100101010110011111100111111110011111010001111100001101100111110000011101101 | dcab3f3fcfa3e1b3e0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)