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 | 萬駕習菴器 | 11100100110111011000100111101101100011110100101111100100101111011000101011101101 | e4dd89ed8f4be4bd8aed |
EUC-JP | 萬駕習菴器 | 11101000110111111011001011101111101111011010110011101000101111111011010011101111 | e8dfb2efbdace8bfb4ef |
UTF-8 | 萬駕習菴器 | 111010001001000010101100111010011010011110010101111001111011111110010010111010001000111110110100111001011001100110101000 | e890ace9a795e7bf92e88fb4e599a8 |
UHC | 萬駕習菴器 | 11011000101111111100101010111101111000111010011111100100111000001101000011101111 | d8bfcabde3a7e4e0d0ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)