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 | 消??? | 1000111111000001001111110011111100111111 | 8fc13f3f3f |
EUC-JP | 消??? | 1011111011000011001111110011111100111111 | bec33f3f3f |
UTF-8 | 消듺웙뎫 | 111001101011011010001000111010111001001110111010111011001001101110011001111010111000111010101011 | e6b688eb93baec9b99eb8eab |
UHC | 消듺웙뎫 | 1110000110111100100010101110000010011111011010011000100101111001 | e1bc8ae09f698979 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)