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 | 萬駕衆蔟 | 1110010011011101100010011110110110001111010011111110010011110101 | e4dd89ed8f4fe4f5 |
EUC-JP | 萬駕衆蔟 | 1110100011011111101100101110111110111101101100001110100011110111 | e8dfb2efbdb0e8f7 |
UTF-8 | 萬駕衆蔟 | 111010001001000010101100111010011010011110010101111010001010000110000110111010001001010010011111 | e890ace9a795e8a186e8949f |
UHC | 萬駕衆? | 11011000101111111100101010111101111100011110101100111111 | d8bfcabdf1eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)