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 | 逡瀧闘竏・驥 | 1110011110010101100100011110101110010011101011001110001010001000101001011110100110000111 | e79591eb93ace288a5e987 |
EUC-JP | 逡瀧闘竏・驥 | 111011011111010111000010111011011100011010101110111000111110100010001110101001011111000111100111 | edf5c2edc6aee3e88ea5f1e7 |
UTF-8 | 逡瀧闘竏・驥 | 111010011000000010100001111001111000000010100111111010011001011110011000111001111010101110001111111011111011110110100101111010011010100110100101 | e980a1e780a7e99798e7ab8fefbda5e9a9a5 |
UHC | 逡瀧???驥 | 111100011110010011010110111010010011111100111111001111111101000111001010 | f1e4d6e93f3f3fd1ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)