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 | 章紗?才?第 | 10001111110011011000111011010001001111111000110111001011001111111001000111100110 | 8fcd8ed13f8dcb3f91e6 |
EUC-JP | 章紗?才?第 | 10111110110011111011110011010011001111111011101011001101001111111100001011101000 | becfbcd33fbacd3fc2e8 |
UTF-8 | 章紗땄才렭第 | 111001111010101110100000111001111011010010010111111010111001010110000100111001101000100110001101111010111010000010101101111001111010110010101100 | e7aba0e7b497eb9584e6898deba0ade7acac |
UHC | 章紗땄才렭第 | 111011011111000111011110111010011011011010100100111011101010011010001110101110101111000010101111 | edf1dee9b6a4eea68ebaf0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)