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 | 伍??涅μ? | 100011001101111000111111001111111001111110111000100000111100101000111111 | 8cde3f3f9fb883ca3f |
EUC-JP | 伍??涅μ? | 101110001110000000111111001111111101111010111010101001101100110000111111 | b8e03f3fdebaa6cc3f |
UTF-8 | 伍곷젫涅μ삙 | 1110010010111100100011011110101010110011101101111110110010100000101010111110011010110110100001011100111010111100111011001000001010011001 | e4bc8deab3b7eca0abe6b685cebcec8299 |
UHC | 伍곷젫涅μ삙 | 111001111110101010000001111010111010000010100011111001101110111010100101111011001001100010011100 | e7ea81eba0a3e6eea5ec989c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)