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 | 移?億?邊町 | 10001000110110100011111110001001101011010011111111100111101100101001001010101100 | 88da3f89ad3fe7b292ac |
EUC-JP | 移?億?邊町 | 10110000110111000011111110110010101011110011111111101110101101001100010010101110 | b0dc3fb2af3feeb4c4ae |
UTF-8 | 移렖億댄邊町 | 111001111010011110111011111010111010000010010110111001011000010010000100111010111000110010000100111010011000001010001010111001111001010010111010 | e7a7bbeba096e58484eb8c84e9828ae794ba |
UHC | 移렖億댄邊町 | 111011001011100110001110101010111110010111100010101101001110110111011100101010111110111111101011 | ecb98eabe5e2b4eddcabefeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)