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 | 矗瞞耨ヘロ | 11100001110111101110000111010100111000111101001111001101110110111111000011100011 | e1dee1d4e3d3cddbf0e3 |
EUC-JP | 矗瞞耨ヘロ? | 1110001011100000111000101101011011100110110101011000111011001101100011101101101100111111 | e2e0e2d6e6d58ecd8edb3f |
UTF-8 | 矗瞞耨ヘロ | 111001111001111110010111111001111001111010011110111010001000000010101000111011111011111010001101111011111011111010011011111011101000001010100010 | e79f97e79e9ee880a8efbe8defbe9bee82a2 |
UHC | 矗瞞???? | 1111010110111000110110001011111000111111001111110011111100111111 | f5b8d8be3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)