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 | 兀??鴉 | 100110010101100100111111001111111110100111101011 | 99593f3fe9eb |
EUC-JP | 兀??鴉 | 110100011011101000111111001111111111001011101101 | d1ba3f3ff2ed |
UTF-8 | 兀믤닁鴉 | 111001011000010110000000111010111010111110100100111010111000101110000001111010011011010010001001 | e58580ebafa4eb8b81e9b489 |
UHC | 兀믤닁鴉 | 1110100010110100100100101110011010001000100010101110010010111100 | e8b492e6888ae4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)