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 | 弔?儀?? | 10010010101000100011111110001011010101100011111100111111 | 92a23f8b563f3f |
EUC-JP | 弔?儀?? | 11000100101001000011111110110101101101110011111100111111 | c4a43fb5b73f3f |
UTF-8 | 弔렲儀븀볕 | 111001011011110010010100111010111010000010110010111001011000010010000000111010111011100010000000111010111011001110010101 | e5bc94eba0b2e58480ebb880ebb395 |
UHC | 弔렲儀븀볕 | 11110000110000001000111010111111111010111111000010111010111001111011101010110101 | f0c08ebfebf0bae7bab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)