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 | 酊?g? | 111001111100001000111111100000101000011100111111 | e7c23f82873f |
EUC-JP | 酊?g? | 111011101100010000111111101000111110011100111111 | eec43fa3e73f |
UTF-8 | 酊닷g뤈 | 111010011000010110001010111010111000101110110111111011111011110110000111111010111010010010001000 | e9858aeb8bb7efbd87eba488 |
UHC | 酊닷g뤈 | 1110111111111000101101001110010110100011111001111000111110111000 | eff8b4e5a3e78fb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)