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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 艶??壯?] | 1000100110010000001111110011111110011010111000010011111101011101 | 89903f3f9ae13f5d |
EUC-JP | 艶??壯?] | 1011000111110000001111110011111111010100111000110011111101011101 | b1f03f3fd4e33f5d |
UTF-8 | 艶쀮궓壯쭿] | 11101000100010011011011011101100100000001010111011101010101101101001001111100101101000111010111111101100101011011011111101011101 | e889b6ec80aeeab693e5a3afecadbf5d |
UHC | 艶쀮궓壯쭿] | 1110011011111101100101111110111010000010101010001110110111100000101010000101000101011101 | e6fd97ee82a8ede0a8515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)