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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逡瀧倹岦 | 1110011110010101100100011110101110001100100100001111101010101100 | e79591eb8c90faac |
EUC-JP | 逡瀧倹岦 | 111011011111010111000010111011011011011111110000100011111011101110110011 | edf5c2edb7f08fbbb3 |
UTF-8 | 逡瀧倹岦 | 111010011000000010100001111001111000000010100111111001011000000010111001111001011011001010100110 | e980a1e780a7e580b9e5b2a6 |
UHC | 逡瀧?? | 111100011110010011010110111010010011111100111111 | f1e4d6e93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)