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 | ?餞?? | 0011111111101001010100110011111100111111 | 3fe9533f3f |
EUC-JP | ?餞?? | 0011111111110001101101000011111100111111 | 3ff1b43f3f |
UTF-8 | 뤺餞ㆍ낌 | 111010111010010010111010111010011010010010011110111000111000011010001101111010111000001010001100 | eba4bae9a49ee3868deb828c |
UHC | 뤺餞ㆍ낌 | 1000111111101000111011111011011010100100111111011011001110100110 | 8fe8efb6a4fdb3a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)