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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?〓?維? | 00111111100000011010110000111111100010001101101100111111 | 3f81ac3f88db3f |
EUC-JP | 繇〓?維? | 100011111101010011010001101000101010111000111111101100001101110100111111 | 8fd4d1a2ae3fb0dd3f |
UTF-8 | 繇〓㈊維뷓 | 111001111011100110000111111000111000000010010011111000111000100010001010111001111011011010101101111010111011011110010011 | e7b987e38093e3888ae7b6adebb793 |
UHC | 繇〓㈊維뷓 | 11101001101000111010000111101011101010011011101111101011101010111001010101000010 | e9a3a1eba9bbebab9542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)