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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?曖?釵ほ | 0011111110011110010000100011111111100111110111101000001011011001 | 3f9e423fe7de82d9 |
EUC-JP | ?曖?釵ほ | 0011111111011011101000110011111111101110111000001010010011011011 | 3fdba33feee0a4db |
UTF-8 | 솝曖양釵ほ | 111011001000011010011101111001101001101110010110111011001001011010010001111010011000011110110101111000111000000110111011 | ec869de69b96ec9691e987b5e381bb |
UHC | 솝曖양釵ほ | 10111100110110011110010011110010101111101110011111110011111110111010101011011011 | bcd9e4f2bee7f3fbaadb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)