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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 奧??援? | 10011010111110100011111100111111100010011000011100111111 | 9afa3f3f89873f |
EUC-JP | 奧??援? | 11010100111111000011111100111111101100011110011100111111 | d4fc3f3fb1e73f |
UTF-8 | 奧숈렲援줖 | 111001011010010110100111111011001000100010001000111010111010000010110010111001101000111110110100111011001010010010010110 | e5a5a7ec8888eba0b2e68fb4eca496 |
UHC | 奧숈렲援줖 | 11100111111100111001100111101100100011101011111111101010101101011010001001000110 | e7f399ec8ebfeab5a246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)