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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 移?億?僻町 | 10001000110110100011111110001001101011010011111110010101110001101001001010101100 | 88da3f89ad3f95c692ac |
EUC-JP | 移?億?僻町 | 10110000110111000011111110110010101011110011111111001010110010001100010010101110 | b0dc3fb2af3fcac8c4ae |
UTF-8 | 移렖億댄僻町 | 111001111010011110111011111010111010000010010110111001011000010010000100111010111000110010000100111001011000001110111011111001111001010010111010 | e7a7bbeba096e58484eb8c84e583bbe794ba |
UHC | 移렖億댄僻町 | 111011001011100110001110101010111110010111100010101101001110110111011011111110001110111111101011 | ecb98eabe5e2b4eddbf8efeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)