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 | 梧??與? | 10001100111001100011111100111111111001000110111100111111 | 8ce63f3fe46f3f |
EUC-JP | 梧??與? | 10111000111010000011111100111111111001111101000000111111 | b8e83f3fe7d03f |
UTF-8 | 梧녑킂與뾄 | 111001101010001010100111111010111000010110010001111011011000001010000010111010001000100010000111111010111011111010000100 | e6a2a7eb8591ed8282e88887ebbe84 |
UHC | 梧녑킂與뾄 | 11100111111111001011001111100101101101001000111011100110101010001001011101000010 | e7fcb3e5b48ee6a89742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)