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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 兀??鴉?ぞ | 100110010101100100111111001111111110100111101011001111111000001010111100 | 99593f3fe9eb3f82bc |
EUC-JP | 兀??鴉?ぞ | 110100011011101000111111001111111111001011101101001111111010010010111110 | d1ba3f3ff2ed3fa4be |
UTF-8 | 兀믤닁鴉뤺ぞ | 111001011000010110000000111010111010111110100100111010111000101110000001111010011011010010001001111010111010010010111010111000111000000110011110 | e58580ebafa4eb8b81e9b489eba4bae3819e |
UHC | 兀믤닁鴉뤺ぞ | 111010001011010010010010111001101000100010001010111001001011110010001111111010001010101010111110 | e8b492e6888ae4bc8fe8aabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)