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 | 艸り轡覡 | 1110010010000111100000101110100010001100010001001110011001001101 | e48782e88c44e64d |
EUC-JP | 艸り轡覡 | 1110011111100111101001001110101010110111101001011110101110101110 | e7e7a4eab7a5ebae |
UTF-8 | 艸り轡覡 | 111010001000100110111000111000111000001010001010111010001011110110100001111010001010011010100001 | e889b8e3828ae8bda1e8a6a1 |
UHC | 艸り?覡 | 11110101101011001010101011101010001111111100110010101111 | f5acaaea3fccaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)