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 | ???申 | 0011111100111111001111111001000001011100 | 3f3f3f905c |
EUC-JP | ???申 | 0011111100111111001111111011111110111101 | 3f3f3fbfbd |
UTF-8 | 얘뤛퐦申 | 111011001001011010011000111010111010010010011011111011011001000010100110111001111001010010110011 | ec9698eba49bed90a6e794b3 |
UHC | 얘뤛퐦申 | 1011111011101010100011111100101010111101100011111110001111101001 | beea8fcabd8fe3e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)