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 | 荻瀧??羞題 | 10001001101011001001000111101011001111110011111111100011101101011001000111101000 | 89ac91eb3f3fe3b591e8 |
EUC-JP | 荻瀧??羞題 | 10110010101011101100001011101101001111110011111111100110101101111100001011101010 | b2aec2ed3f3fe6b7c2ea |
UTF-8 | 荻瀧렦잰羞題 | 111010001000110110111011111001111000000010100111111010111010000010100110111011001001111010110000111001111011111010011110111010011010000110001100 | e88dbbe780a7eba0a6ec9eb0e7be9ee9a18c |
UHC | 荻瀧렦잰羞題 | 111011101110001011010110111010011000111010110101110000001110100111100010101110101111000010111001 | eee2d6e98eb5c0e9e2baf0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)