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 | 鬩募生ホ | 11101001101010011001010111100101100100001011011011001110 | e9a995e590b6ce |
EUC-JP | 鬩募生ホ | 1111001010101011110010101110011111000000101110001000111011001110 | f2abcae7c0b88ece |
UTF-8 | 鬩募生ホ | 111010011010110010101001111001011000101110011111111001111001010010011111111011111011111010001110 | e9aca9e58b9fe7949fefbe8e |
UHC | ?募生? | 001111111101100110110100110111111110011000111111 | 3fd9b4dfe63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)