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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 橈??梧??\ | 100111101111010000111111001111111000110011100110001111110011111101011100 | 9ef43f3f8ce63f3f5c |
EUC-JP | 橈??梧??\ | 110111001111011000111111001111111011100011101000001111110011111101011100 | dcf63f3fb8e83f3f5c |
UTF-8 | 橈롳슴梧잌삗\ | 11100110101010011000100011101011101000011011001111101100100010101011010011100110101000101010011111101100100111101000110011101100100000101001011101011100 | e6a988eba1b3ec8ab4e6a2a7ec9e8cec82975c |
UHC | 橈롳슴梧잌삗\ | 11101000111110101000111011101111101111011011111111100111111111001001111111100101100110001001101101011100 | e8fa8eefbdbfe7fc9fe5989b5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)