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 | 爭?瀞?災絲 | 11100000101001010011111110010011110100100011111110001101110100001110001101001110 | e0a53f93d23f8dd0e34e |
EUC-JP | 爭?瀞?災絲 | 11100000101001110011111111000110110101000011111110111010110100101110010110101111 | e0a73fc6d43fbad2e5af |
UTF-8 | 爭렎瀞렢災絲 | 111001111000100010101101111010111010000010001110111001111000000010011110111010111010000010100010111001111000000110111101111001111011010110110010 | e788adeba08ee7809eeba0a2e781bde7b5b2 |
UHC | 爭렎瀞렢災絲 | 111011101011001110001110101001001110111111100111100011101011001111101110101011001101111011101010 | eeb38ea4efe78eb3eeacdeea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)