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 | 弱??鹽?? | 1000111011100011001111110011111111101010011001000011111100111111 | 8ee33f3fea643f3f |
EUC-JP | 弱??鹽?? | 1011110011100101001111110011111111110011110001010011111100111111 | bce53f3ff3c53f3f |
UTF-8 | 弱븅궕鹽얕눎 | 111001011011110010110001111010111011100010000101111010101011011010010101111010011011100110111101111011001001011010010101111010111000100010001110 | e5bcb1ebb885eab695e9b9bdec9695eb888e |
UHC | 弱븅궕鹽얕눎 | 111001011011000010111010111010011000001010101010111001111010010010111110111010001000011110101010 | e5b0bae982aae7a4bee887aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)