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 | ?°??? | 0011111110110000001111110011111100111111 | 3fb03f3f3f |
SJIS-WIN | 羶°゛譯鰹 | 11100011101111011000000110001011100000010100101011100110101000011000101010001111 | e3bd818b814ae6a18a8f |
EUC-JP | 羶°゛譯鰹 | 11100110101111111010000111101011101000011010101111101100101000111011001111101111 | e6bfa1eba1abeca3b3ef |
UTF-8 | 羶°゛譯鰹 | 1110011110111110101101101100001010110000111000111000001010011011111010001010110110101111111010011011000010111001 | e7beb6c2b0e3829be8adafe9b0b9 |
UHC | ?°?譯? | 00111111101000011100011000111111111001101011101100111111 | 3fa1c63fe6bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)