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 | 榮??顆 | 100111101100010000111111001111111110100011110111 | 9ec43f3fe8f7 |
EUC-JP | 榮??顆 | 110111001100011000111111001111111111000011111001 | dcc63f3ff0f9 |
UTF-8 | 榮쒙퓼顆 | 111001101010011010101110111011001001001010011001111011011001001110111100111010011010000110000110 | e6a6aeec9299ed93bce9a186 |
UHC | 榮쒙퓼顆 | 1110011110110100100111001110111110111111101000001100111010101000 | e7b49cefbfa0cea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)