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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 精???吟?B | 100100001011100000111111001111110011111110001011111000010011111101000010 | 90b83f3f3f8be13f42 |
EUC-JP | 精?瑗?吟?B | 1100000010111010001111111000111111001100110000000011111110110110111000110011111101000010 | c0ba3f8fccc03fb6e33f42 |
UTF-8 | 精렋瑗렚吟렟B | 11100111101100101011111011101011101000001000101111100111100100011001011111101011101000001001101011100101100100001001111111101011101000001001111101000010 | e7b2beeba08be79197eba09ae5909feba09f42 |
UHC | 精렋瑗렚吟렟B | 11101111111100011000111010100010111010101011110010001110101011011110101111100001100011101011000001000010 | eff18ea2eabc8eadebe18eb042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)