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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 喩??? | 1001101001100111001111110011111100111111 | 9a673f3f3f |
EUC-JP | 喩??? | 1101001111001000001111110011111100111111 | d3c83f3f3f |
UTF-8 | 喩골렰뀁 | 111001011001011010101001111010101011001110101000111010111010000010110000111010111000000010000001 | e596a9eab3a8eba0b0eb8081 |
UHC | 喩골렰뀁 | 1110101011100111101100001111000110001110101111011011001011101100 | eae7b0f18ebdb2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)