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 | 謦畷キゎ鉛菫 | 1110011010010010100100111110101110110111100000101110110010001001100101001110010010111111 | e69293ebb782ec8994e4bf |
EUC-JP | 謦畷キゎ鉛菫 | 111010111111001011000110111011011000111010110111101001001110111010110001111101001110100011000001 | ebf2c6ed8eb7a4eeb1f4e8c1 |
UTF-8 | 謦畷キゎ鉛菫 | 111010001010110010100110111001111001010110110111111011111011110110110111111000111000001010001110111010011000100110011011111010001000111110101011 | e8aca6e795b7efbdb7e3828ee9899be88fab |
UHC | ???ゎ鉛菫 | 001111110011111100111111101010101110111011100110111001111101000011001011 | 3f3f3faaeee6e7d0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)