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 | ??盛秀 | 001111110011111110010000101101111000111101000111 | 3f3f90b78f47 |
EUC-JP | ??盛秀 | 001111110011111111000000101110011011110110101000 | 3f3fc0b9bda8 |
UTF-8 | 왲굩盛秀 | 111011001001100110110010111010101011010110101001111001111001101110011011111001111010011110000000 | ec99b2eab5a9e79b9be7a780 |
UHC | 왲굩盛秀 | 1001111011011000100000101000111111100000111111001110001010110011 | 9ed8828fe0fce2b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)