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 | ?ル???? | 00111111100000111000101100111111001111110011111100111111 | 3f838b3f3f3f3f |
EUC-JP | 邕ル???? | 100011111110000111101101101001011110101100111111001111110011111100111111 | 8fe1eda5eb3f3f3f3f |
UTF-8 | 邕ル죺琉듯뼲 | 111010011000001010010101111000111000001110101011111011001010001110111010111011111010011110001100111010111001001110101111111010111011110010110010 | e98295e383abeca3baefa78ceb93afebbcb2 |
UHC | 邕ル죺琉듯뼲 | 111010001011101110101011111010111010000110010100111010111010010010110101111011011001011010110101 | e8bbabeba194eba4b5ed96b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)