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 | 節??猥?? | 1001000011011111001111110011111111100000110011100011111100111111 | 90df3f3fe0ce3f3f |
EUC-JP | 節??猥?? | 1100000011100001001111110011111111100000110100000011111100111111 | c0e13f3fe0d03f3f |
UTF-8 | 節깍숱猥덆뀒 | 111001111010111110000000111010101011100110001101111011001000100010110001111001111000110010100101111010111000110110000110111010111000000010010010 | e7af80eab98dec88b1e78ca5eb8d86eb8092 |
UHC | 節깍숱猥덆뀒 | 111011111011110110110001111011111011110110100010111010001110010110001000111010011000010110001100 | efbdb1efbda2e8e588e9858c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)