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 | 弱??熱 | 100011101110001100111111001111111001010001001101 | 8ee33f3f944d |
EUC-JP | 弱??熱 | 101111001110010100111111001111111100011110101110 | bce53f3fc7ae |
UTF-8 | 弱꾦쎁熱 | 111001011011110010110001111010101011111010100110111011001000111010000001111001111000011010110001 | e5bcb1eabea6ec8e81e786b1 |
UHC | 弱꾦쎁熱 | 1110010110110000100001001110100110011011101010111110011011110000 | e5b084e99babe6f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)