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 | 逡「遽ゥ?貅 | 111001111001010110100010111001111010111110101001001111111110011010111010 | e795a2e7afa93fe6ba |
EUC-JP | 逡「遽ゥ奙貅 | 11101101111101011000111010100010111011101011000110001110101010011000111110111000111101101110110010111100 | edf58ea2eeb18ea98fb8f6ecbc |
UTF-8 | 逡「遽ゥ奙貅 | 111010011000000010100001111011111011110110100010111010011000000110111101111011111011110110101001111001011010010110011001111010001011001010000101 | e980a1efbda2e981bdefbda9e5a599e8b285 |
UHC | 逡?遽??? | 1111000111100100001111111100101111101000001111110011111100111111 | f1e43fcbe83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)