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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 橈??梧??^ | 100111101111010000111111001111111000110011100110001111110011111101011110 | 9ef43f3f8ce63f3f5e |
EUC-JP | 橈??梧??^ | 110111001111011000111111001111111011100011101000001111110011111101011110 | dcf63f3fb8e83f3f5e |
UTF-8 | 橈롳쉼梧귨쉠^ | 11100110101010011000100011101011101000011011001111101100100010011011110011100110101000101010011111101010101101111010100011101100100010011010000001011110 | e6a988eba1b3ec89bce6a2a7eab7a8ec89a05e |
UHC | 橈롳쉼梧귨쉠^ | 11101000111110101000111011101111101111011011000011100111111111001000001011101111101111011010101001011110 | e8fa8eefbdb0e7fc82efbdaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)