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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 翁?儀??除 | 100010011010010100111111100010110101011000111111001111111000111110011100 | 89a53f8b563f3f8f9c |
EUC-JP | 翁?儀??除 | 101100101010011100111111101101011011011100111111001111111011110111111100 | b2a73fb5b73f3fbdfc |
UTF-8 | 翁렫儀븀긺除 | 111001111011111110000001111010111010000010101011111001011000010010000000111010111011100010000000111010101011100010111010111010011001100110100100 | e7bf81eba0abe58480ebb880eab8bae999a4 |
UHC | 翁렫儀븀긺除 | 111010001011101010001110101110011110101111110000101110101110011110110001111001111111000010110110 | e8ba8eb9ebf0bae7b1e7f0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)