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 | ??,泣?? | 0011111100111111100000010100001110001011100000110011111100111111 | 3f3f81438b833f3f |
EUC-JP | ??,泣?? | 0011111100111111101000011010010010110101111000110011111100111111 | 3f3fa1a4b5e33f3f |
UTF-8 | 凉듬,泣껅셀 | 111011111010010110111001111010111001001110101100111011111011110010001100111001101011001110100011111010101011101110000101111011001000010110000000 | efa5b9eb93acefbc8ce6b3a3eabb85ec8580 |
UHC | 凉듬,泣껅셀 | 111001011011110010110101111010111010001110101100111010111110100010000011111001101011110010111111 | e5bcb5eba3acebe883e6bcbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)