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 | 將?縡?? | 10011011100100100011111111100011011100010011111100111111 | 9b923fe3713f3f |
EUC-JP | 將?縡?釪 | 110101011111001000111111111001011101001000111111100011111110001110101101 | d5f23fe5d23f8fe3ad |
UTF-8 | 將렚縡렞釪 | 111001011011000010000111111010111010000010011010111001111011100010100001111010111010000010011110111010011000011110101010 | e5b087eba09ae7b8a1eba09ee987aa |
UHC | 將렚縡렞釪 | 11101101111000101000111010101101111011101010110110001110101011111110100111101001 | ede28eadeead8eafe9e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)