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 | 竺鋐ホ骼エ | 11110001111100001000111010110001111110111101001011001110111010011000111010110100 | f1f08eb1fbd2cee98eb4 |
EUC-JP | ?竺鋐ホ骼エ | 001111111011110010110011100011111110010010111110100011101100111011110001111011101000111010110100 | 3fbcb38fe4be8ecef1ee8eb4 |
UTF-8 | 竺鋐ホ骼エ | 111011101000010110101011111001111010101110111010111010011000101110010000111011111011111010001110111010011010101010111100111011111011110110110100 | ee85abe7abbae98b90efbe8ee9aabcefbdb4 |
UHC | ?竺???? | 00111111111101011110011100111111001111110011111100111111 | 3ff5e73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)