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 | 顋戊ご蕘 | 1110100011111001100101011110100010000010101100101110010011111011 | e8f995e882b2e4fb |
EUC-JP | 顋戊ご蕘 | 1111000011111011110010101110101010100100101101001110100011111101 | f0fbcaeaa4b4e8fd |
UTF-8 | 顋戊ご蕘 | 111010011010000110001011111001101000100010001010111000111000000110010100111010001001010110011000 | e9a18be6888ae38194e89598 |
UHC | ?戊ご? | 001111111101100111100110101010101011010000111111 | 3fd9e6aab43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)