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 | 凋?喩? | 100100101001110000111111100110100110011100111111 | 929c3f9a673f |
EUC-JP | 凋?喩? | 110000111111110000111111110100111100100000111111 | c3fc3fd3c83f |
UTF-8 | 凋섧喩센 | 111001011000011110001011111011001000010010100111111001011001011010101001111011001000010010111100 | e5878bec84a7e596a9ec84bc |
UHC | 凋섧喩센 | 1111000010111101101111001011010111101010111001111011110010111110 | f0bdbcb5eae7bcbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)