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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 雫聳雫聢^ | 100011101011010011100011110111101000111010110100111000111101110001011110 | 8eb4e3de8eb4e3dc5e |
EUC-JP | 雫聳雫聢^ | 101111001011011011100110111000001011110010110110111001101101111001011110 | bcb6e6e0bcb6e6de5e |
UTF-8 | 雫聳雫聢^ | 11101001100110111010101111101000100000011011001111101001100110111010101111101000100000011010001001011110 | e99babe881b3e99babe881a25e |
UHC | ?聳??^ | 001111111110100111000110001111110011111101011110 | 3fe9c63f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)