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 | 阿?ⅷ節 | 10001000101000100011111111111010010001111001000011011111 | 88a23ffa4790df |
EUC-JP | 阿??節 | 101100001010010000111111001111111100000011100001 | b0a43f3fc0e1 |
UTF-8 | 阿쀦ⅷ節 | 111010011001100010111111111011001000000010100110111000101000010110110111111001111010111110000000 | e998bfec80a6e285b7e7af80 |
UHC | 阿쀦ⅷ節 | 1110010010111001100101111110011010100101101010001110111110111101 | e4b997e6a5a8efbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)