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 | 曜??節? | 10010111011010100011111100111111100100001101111100111111 | 976a3f3f90df3f |
EUC-JP | 曜??節? | 11001101110010110011111100111111110000001110000100111111 | cdcb3f3fc0e13f |
UTF-8 | 曜쒐쥍節쿒 | 111001101001101110011100111011001001001010010000111011001010010110001101111001111010111110000000111011001011111110010010 | e69b9cec9290eca58de7af80ecbf92 |
UHC | 曜쒐쥍節쿒 | 11101000111110001001110011100111101000101000011011101111101111011011001101000111 | e8f89ce7a286efbdb347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)