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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?駱?? | 0011111111101001011100000011111100111111 | 3fe9703f3f |
EUC-JP | ?駱?? | 0011111111110001110100010011111100111111 | 3ff1d13f3f |
UTF-8 | 저駱저븝 | 111011001010000010000000111010011010011110110001111011001010000010000000111010111011100010011101 | eca080e9a7b1eca080ebb89d |
UHC | 저駱저븝 | 1100000011111010110101011010110111000000111110101011101011101111 | c0fad5adc0fabaef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)